unplugged-system/external/rust/crates/rustversion/tests/ui/bad-not.stderr

12 lines
239 B
Plaintext
Raw Permalink Normal View History

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)]
| ^