1
0
Fork 0
firefox/third_party/rust/rustversion/tests/ui/bad-not.stderr
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
239 B
Text

error: expected `(` after `not`
--> tests/ui/bad-not.rs:1:20
|
1 | #[rustversion::any(not)]
| ^^^
error: expected `(`
--> tests/ui/bad-not.rs:4:23
|
4 | #[rustversion::any(not, not)]
| ^