]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/check-cfg-test.stderr
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / tests / rustdoc-ui / check-cfg-test.stderr
1 warning: unexpected `cfg` condition value
2   --> $DIR/check-cfg-test.rs:9:7
3    |
4 LL | #[cfg(feature = "invalid")]
5    |       ^^^^^^^^^^^^^^^^^^^
6    |
7    = note: expected values for `feature` are: test
8    = note: `#[warn(unexpected_cfgs)]` on by default
9
10 warning: 1 warning emitted
11