File: bad-bound.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-- 374 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
error: expected rustc release number like 1.31, or nightly date like 2020-02-25
 --> tests/ui/bad-bound.rs:1:22
  |
1 | #[rustversion::since(stable)]
  |                      ^^^^^^

error: expected rustc release number like 1.31, or nightly date like 2020-02-25
 --> tests/ui/bad-bound.rs:4:26
  |
4 | #[rustversion::any(since(stable))]
  |                          ^^^^^^