-
Notifications
You must be signed in to change notification settings - Fork 13.3k
--enable-debug should add -g to RUSTFLAGS now that it has been somewhat fixed #7205
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
Comments
Blocked on #7603; at present, rustc can't be built with |
This is still blocked. |
|
Updating title to reflect that |
Yes. It's now On Fri, Feb 14, 2014 at 6:14 PM, Chris Wong notifications@github.comwrote:
|
Alias |
…teffen Fix FPs about generic args Fix 2 false positives in [`use_self`] and [`useless_conversion`] lints, by taking into account generic args and comparing them. Fixes: rust-lang#7205 Fixes: rust-lang#7206 changelog: Fix FPs about generic args in [`use_self`] and [`useless_conversion`] lints
--enable-debug should add -Z debug-info to RUSTFLAGS now that it has been somewhat fixed. Note that due to a bug in LLVM it is still broken on Windows so it should not be added on Windows.
The text was updated successfully, but these errors were encountered: