-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Comments
+1 The same link also appears in this document: https://github.com/mozilla/rust/blob/master/CONTRIBUTING.md |
I added a page to the wiki with a link to the correct location, but the code should be changed. And yes, |
I will fix that. |
@JamesDunne Is the error itself something you wanted to report? If so, I would open up another issue for it. |
add configuration for [`wildcard_imports`] to ignore certain imports fixes: rust-lang#11428 changelog: add configuration `ignored-wildcard-imports` for lint [`wildcard_imports`]
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.
The text was updated successfully, but these errors were encountered: