rust/src/test/ui/lint/lint-forbid-cmdline.stderr

12 lines
426 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0453]: allow(deprecated) overruled by outer forbid(deprecated)
2018-12-25 09:56:47 -06:00
--> $DIR/lint-forbid-cmdline.rs:3:9
2018-08-08 07:28:26 -05:00
|
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`.