rust/src/test/ui/lint-forbid-attr.stderr
Vadim Petrochenkov 7ba5fd168a Update UI tests
2018-02-26 20:24:42 +03:00

13 lines
392 B
Plaintext

error[E0453]: allow(deprecated) overruled by outer forbid(deprecated)
--> $DIR/lint-forbid-attr.rs:13:9
|
LL | #![forbid(deprecated)]
| ---------- `forbid` level set here
LL |
LL | #[allow(deprecated)]
| ^^^^^^^^^^ overruled by previous forbid
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0453"