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

error: expected nightly date, like 2020-02-25
 --> tests/ui/bad-date.rs:4:28
  |
4 | #[rustversion::any(nightly(stable))]
  |                            ^^^^^^