File: bad-not.stderr

package info (click to toggle)
rust-rustversion 1.0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (35)
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)]
  |                       ^