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
/home/steve/src/rust/src/libsync/deque.rs:90:5: 90:28 warning: code is never used: `noshare`, #[warn(dead_code)] on by default
/home/steve/src/rust/src/libsync/deque.rs:90 noshare: marker::NoSync,
^~~~~~~~~~~~~~~~~~~~~~~
/home/steve/src/rust/src/libsync/deque.rs:98:5: 98:28 warning: code is never used: `noshare`, #[warn(dead_code)] on by default
/home/steve/src/rust/src/libsync/deque.rs:98 noshare: marker::NoSync,
^~~~~~~~~~~~~~~~~~~~~~~
/home/steve/src/rust/src/libsync/comm/mod.rs:382:5: 382:27 warning: code is never used: `marker`, #[warn(dead_code)] on by default
/home/steve/src/rust/src/libsync/comm/mod.rs:382 marker: marker::NoSync,
^~~~~~~~~~~~~~~~~~~~~~
/home/steve/src/rust/src/libsync/comm/mod.rs:400:5: 400:27 warning: code is never used: `marker`, #[warn(dead_code)] on by default
/home/steve/src/rust/src/libsync/comm/mod.rs:400 marker: marker::NoSync,
^~~~~~~~~~~~~~~~~~~~~~
/home/steve/src/rust/src/libsync/comm/mod.rs:409:5: 409:27 warning: code is never used: `marker`, #[warn(dead_code)] on by default
/home/steve/src/rust/src/libsync/comm/mod.rs:409 marker: marker::NoSync,
^~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
…-project-loading, r=lnicola
chore: add some `tracing` to project loading
I wanted to see what's happening during project loading and if it could be parallelized. I'm thinking maybe, but it's not this PR :)
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Apr 27, 2024
…-project-loading, r=lnicola
chore: add some `tracing` to project loading
I wanted to see what's happening during project loading and if it could be parallelized. I'm thinking maybe, but it's not this PR :)
The text was updated successfully, but these errors were encountered: