mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:40:17 +00:00
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
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)]
|
|
| ^
|