]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-forbid-cmdline.rs
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / 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                      //~| ERROR allow(deprecated) incompatible
6 fn main() {
7 }