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

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