File: bad-not.stderr

package info (click to toggle)
rust-rustversion 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
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)]
  |                       ^