You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
error: expected nightly date, like 2020-10-26
|
|
--> $DIR/bad-date.rs:1:24
|
|
|
|
|
1 | #[rustversion::nightly(stable)]
|
|
| ^^^^^^
|
|
|
|
error: expected nightly date, like 2020-10-26
|
|
--> $DIR/bad-date.rs:4:28
|
|
|
|
|
4 | #[rustversion::any(nightly(stable))]
|
|
| ^^^^^^
|