Skip to content

Commit cc97345

Browse files
committed
check-cfg: update rustdoc ui check-cfg tests
1 parent 6154641 commit cc97345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/rustdoc-ui/check-cfg/check-cfg.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: unexpected `cfg` condition name
1+
warning: unexpected `cfg` condition name: `uniz`
22
--> $DIR/check-cfg.rs:5:7
33
|
44
LL | #[cfg(uniz)]

tests/rustdoc-ui/doctest/check-cfg-test.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: unexpected `cfg` condition value
1+
warning: unexpected `cfg` condition value: `invalid`
22
--> $DIR/check-cfg-test.rs:9:7
33
|
44
LL | #[cfg(feature = "invalid")]

0 commit comments

Comments
 (0)