mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
63 lines
1.9 KiB
Plaintext
63 lines
1.9 KiB
Plaintext
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
|
|
--> $DIR/crate_level_only_lint.rs:9:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:17:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:4:10
|
|
|
|
|
LL | #![allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:9:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:17:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:4:10
|
|
|
|
|
LL | #![allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:9:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: allow(uncommon_codepoints) is ignored unless specified at crate level
|
|
--> $DIR/crate_level_only_lint.rs:17:9
|
|
|
|
|
LL | #[allow(uncommon_codepoints)]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 9 previous errors
|
|
|