12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
|
error[E0453]: allow(deprecated) overruled by outer forbid(deprecated)
|
||
|
--> $DIR/lint-forbid-attr.rs:14:9
|
||
|
|
|
||
|
11 | #![forbid(deprecated)]
|
||
|
| ---------- `forbid` level set here
|
||
|
...
|
||
|
14 | #[allow(deprecated)]
|
||
|
| ^^^^^^^^^^ overruled by previous forbid
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|