You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yea, this is normal behavior with a path dependency. Using a path enables warnings. unused_macro_rules is a new lint that is unknown to the current beta bootstrap compiler. As soon as the bootstrap compiler is updated, the warning should go away. You can do that locally with ./x.py run src/tools/bump-stage0. Alternatively, you can just allow the warnings, or modify your local copy of libc to not include that allow lint.
rust-lang/libc#2794
The text was updated successfully, but these errors were encountered: