Uh oh!
There was an error while loading. Please reload this page.
Add test to make sure -Wunused-crate-dependencies works with tests - #72710
Conversation
rust-highfive
commented
May 28, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
jsgf
commented
May 28, 2020
This currently fails - I'm not sure why. |
There was a problem hiding this comment.
| // compiler-flags:--test | |
| // compile-flags:--test |
nikomatsakis
commented
May 28, 2020
@bors delegate+ r=me once CI is happy |
bors
commented
May 28, 2020
✌️ @jsgf can now approve this pull request |
nikomatsakis
commented
May 28, 2020
Oh, I guess it was r? @petrochenkov :) |
rust-highfive
commented
May 28, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Make sure code in `#[test]` blocks counts as a use of a crate.
jsgf
commented
May 29, 2020
@bors r+ |
bors
commented
May 29, 2020
📌 Commit ce81d15 has been approved by |
Add test to make sure -Wunused-crate-dependencies works with tests Make sure code in `#[test]` blocks counts as a use of a crate.
Rollup of 10 pull requests Successful merges: - rust-lang#72033 (Update RELEASES.md for 1.44.0) - rust-lang#72162 (Add Extend::{extend_one,extend_reserve}) - rust-lang#72419 (Miri read_discriminant: return a scalar instead of raw underlying bytes) - rust-lang#72621 (Don't bail out of trait selection when predicate references an error) - rust-lang#72677 (Fix diagnostics for `@ ..` binding pattern in tuples and tuple structs) - rust-lang#72710 (Add test to make sure -Wunused-crate-dependencies works with tests) - rust-lang#72724 (Revert recursive `TokenKind::Interpolated` expansion for now) - rust-lang#72741 (Remove unused mut from long-linker-command-lines test) - rust-lang#72750 (Remove remaining calls to `as_local_node_id`) - rust-lang#72752 (remove mk_bool) Failed merges: r? @ghost
Make sure code in
#[test]blocks counts as a use of a crate.