Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report instructions are wrong #11428

Closed
JamesDunne opened this issue Jan 10, 2014 · 4 comments
Closed

Bug report instructions are wrong #11428

JamesDunne opened this issue Jan 10, 2014 · 4 comments

Comments

@JamesDunne
Copy link

$ 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.

@hannobraun
Copy link

+1

The same link also appears in this document: https://github.com/mozilla/rust/blob/master/CONTRIBUTING.md
Which is linked from the form for submitting new issues here on GitHub.

@brson
Copy link
Contributor

brson commented Jan 11, 2014

I added a page to the wiki with a link to the correct location, but the code should be changed. And yes, RUST_LOG=rustc=1 doesn't do anything in this case now.

@adrientetar
Copy link
Contributor

I will fix that.

@bors bors closed this as completed in a30d61b Jan 12, 2014
@adrientetar
Copy link
Contributor

@JamesDunne Is the error itself something you wanted to report? If so, I would open up another issue for it.

flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 8, 2024
add configuration for [`wildcard_imports`] to ignore certain imports

fixes: rust-lang#11428

changelog: add configuration `ignored-wildcard-imports` for lint [`wildcard_imports`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants