mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
|
warning: unexpected `cfg` condition name
|
||
|
--> $DIR/well-known-names.rs:6:7
|
||
|
|
|
||
|
LL | #[cfg(target_oz = "linux")]
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
||
|
|
||
|
warning: unexpected `cfg` condition name
|
||
|
--> $DIR/well-known-names.rs:13:7
|
||
|
|
|
||
|
LL | #[cfg(features = "foo")]
|
||
|
| ^^^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: unexpected `cfg` condition name
|
||
|
--> $DIR/well-known-names.rs:20:7
|
||
|
|
|
||
|
LL | #[cfg(uniw)]
|
||
|
| ^^^^
|
||
|
|
||
|
warning: 3 warnings emitted
|
||
|
|