]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool_lints_2018_preview.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / tool_lints_2018_preview.rs
1 // run-pass
2
3 #![feature(rust_2018_preview)]
4 #![deny(unknown_lints)]
5
6 #[allow(clippy::almost_swapped)]
7 fn main() {}