We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb2c24 commit 567b9b7Copy full SHA for 567b9b7
src/test/ui/span/E0536.stderr
@@ -2,7 +2,7 @@ error[E0536]: expected 1 cfg-pattern
2
--> $DIR/E0536.rs:11:7
3
|
4
11 | #[cfg(not())] //~ ERROR E0536
5
- | ^^^
+ | ^^^^^
6
7
error: aborting due to previous error
8
src/test/ui/span/E0537.stderr
@@ -2,7 +2,7 @@ error[E0537]: invalid predicate `unknown`
--> $DIR/E0537.rs:11:7
11 | #[cfg(unknown())] //~ ERROR E0537
- | ^^^^^^^
+ | ^^^^^^^^^
0 commit comments