Skip to content

Bug report instructions are wrong #11428

Closed
@JamesDunne

Description

$ RUST_LOG=rustc=1 rustc lib.rs -L ../../rustsqlite/src/sqlite/
task 'rustc' failed at 'lookup_item: id not found: 108335', /home/jaymz/git/rust/src/librustc/metadata/decoder.rs:92
error: internal compiler error: unexpected failure
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: https://github.com/mozilla/rust/wiki/HOWTO-submit-a-Rust-bug-report
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1 to get further details and report the results to github.com/mozilla/rust/issues
task '<main>' failed at 'explicit failure', /home/jaymz/git/rust/src/librustc/lib.rs:453

The wiki link referred to does not exist and redirects to an edit page.

The RUST_LOG=rustc=1 environment setting doesn't appear to affect the error output.

The compiler error was caused by referencing an out-of-date compiled crate from a pre-0.9 compiler.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions