]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-forbid-cmdline.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / lint / lint-forbid-cmdline.rs
1 // compile-flags: -F deprecated
2
3 #[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
4                      //~| ERROR allow(deprecated) incompatible
5 fn main() {
6 }