]> git.lizzy.rs Git - rust.git/blob - tests/ui/check-cfg/allow-same-level.stderr
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / ui / check-cfg / allow-same-level.stderr
1 warning: unexpected `cfg` condition name
2   --> $DIR/allow-same-level.rs:7:7
3    |
4 LL | #[cfg(FALSE)]
5    |       ^^^^^
6    |
7    = note: `#[warn(unexpected_cfgs)]` on by default
8
9 warning: 1 warning emitted
10