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
while running x.py clippy, I noticed a bunch of warnings WARN rustc_metadata::locator no metadata found: failed to mmap rmeta metadata: '/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps/librustc_macros-c7dd3fafd0fbc8a3.rmeta'
that kept showing up. I never saw these during x.py check or x.py build.
What does that mean?
The text was updated successfully, but these errors were encountered:
while running
x.py clippy
, I noticed a bunch of warningsWARN rustc_metadata::locator no metadata found: failed to mmap rmeta metadata: '/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps/librustc_macros-c7dd3fafd0fbc8a3.rmeta'
that kept showing up. I never saw these during
x.py check
orx.py build
.What does that mean?
The text was updated successfully, but these errors were encountered: