1 2 3 4 5 6 7
// run-pass #![feature(rust_2018_preview)] #![deny(unknown_lints)] #[allow(clippy::almost_swapped)] fn main() {}