Skip to content
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

dead code warnings on build #17102

Closed
steveklabnik opened this issue Sep 8, 2014 · 1 comment
Closed

dead code warnings on build #17102

steveklabnik opened this issue Sep 8, 2014 · 1 comment

Comments

@steveklabnik
Copy link
Member

/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,
                                                     ^~~~~~~~~~~~~~~~~~~~~~
@mdinger
Copy link
Contributor

mdinger commented Sep 8, 2014

Probably caused by PR #16997 because I ran into them while testing the same fix . Surprised bors allowed the warnings through.

@ghost ghost closed this as completed Oct 21, 2014
lnicola pushed a commit to lnicola/rust that referenced this issue Apr 24, 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 :)
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 :)
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants