2020-06-13 01:58:24 +00:00
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
|
|
--> $DIR/crate_level_only_lint.rs:4:10
|
|
|
|
|
|
|
|
|
LL | #![allow(uncommon_codepoints)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/crate_level_only_lint.rs:1:30
|
|
|
|
|
|
|
|
|
LL | #![deny(uncommon_codepoints, unused_attributes)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
2023-12-28 17:03:16 +00:00
|
|
|
--> $DIR/crate_level_only_lint.rs:7:9
|
2020-06-13 01:58:24 +00:00
|
|
|
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
2023-12-28 17:03:16 +00:00
|
|
|
--> $DIR/crate_level_only_lint.rs:13:9
|
2020-06-13 01:58:24 +00:00
|
|
|
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-12-28 17:03:16 +00:00
|
|
|
error: aborting due to 3 previous errors
|
2020-06-13 01:58:24 +00:00
|
|
|
|