This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
- #![ feature( lazy_cell) ]
2
1
#![ feature( let_chains) ]
3
2
#![ feature( rustc_private) ]
4
3
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
Original file line number Diff line number Diff line change 2
2
#![ allow( rustc:: untranslatable_diagnostic) ]
3
3
#![ feature( rustc_private) ]
4
4
#![ feature( let_chains) ]
5
- #![ feature( lazy_cell) ]
6
5
#![ feature( lint_reasons) ]
7
6
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
8
7
// warn on lints, that are included in `rust-lang/rust`s bootstrap
Original file line number Diff line number Diff line change 1
- #![ feature( lazy_cell) ]
2
1
#![ feature( is_sorted) ]
3
2
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
4
3
#![ warn( rust_2018_idioms, unused_lifetimes) ]
Original file line number Diff line number Diff line change 3
3
//!
4
4
//! See [Eating your own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) for context
5
5
6
- #![ feature( lazy_cell) ]
7
6
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
8
7
#![ warn( rust_2018_idioms, unused_lifetimes) ]
9
8
Original file line number Diff line number Diff line change 1
- #![ feature( lazy_cell) ]
2
1
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
3
2
#![ warn( rust_2018_idioms, unused_lifetimes) ]
4
3
Original file line number Diff line number Diff line change 1
- #![ feature( lazy_cell) ]
2
-
3
1
use std:: path:: PathBuf ;
4
2
use std:: process:: Command ;
5
3
use test_utils:: { CARGO_CLIPPY_PATH , IS_RUSTC_TEST_SUITE } ;
You can’t perform that action at this time.
0 commit comments