rust/src/test/ui/lint/lint-forbid-cmdline.stderr
2018-12-25 21:08:33 -07:00

12 lines
426 B
Plaintext

error[E0453]: allow(deprecated) overruled by outer forbid(deprecated)
--> $DIR/lint-forbid-cmdline.rs:3:9
|
LL | #[allow(deprecated)] //~ ERROR allow(deprecated) overruled by outer forbid(deprecated)
| ^^^^^^^^^^ overruled by previous forbid
|
= note: `forbid` lint level was set on command line
error: aborting due to previous error
For more information about this error, try `rustc --explain E0453`.