rust/compiler/rustc_attr
est31 d8b5745d46 Treat nightlies for a version as complete
This commit makes cfg(version) treat the nightlies
for version 1.n.0 as 1.n.0, even though that nightly
version might not have all stabilizations and features
of the released 1.n.0. This is done for greater
convenience for people who want to test a newly
stabilized feature on nightly.

For users who wish to pin nightlies, this commit adds
a -Z assume-incomplete-release option that they can
enable if there are any issues due to this change.
2021-01-29 07:59:19 +01:00
..
src Treat nightlies for a version as complete 2021-01-29 07:59:19 +01:00
Cargo.toml Replace version_check dependency with own version parsing code 2021-01-24 01:56:54 +01:00