rust/compiler/rustc_ast_passes
Vishad Goyal 9f7e281d47 delay error for enabling unstable lib features
If #![feature] is used outside the nightly channel for only lib
features, the check will be delayed to the stability pass after
parsing. This is done so that appropriate help messages can be shown if
the #![feature] has been used needlessly
2021-09-16 14:22:32 -04:00
..
src delay error for enabling unstable lib features 2021-09-16 14:22:32 -04:00
Cargo.toml Lint Abi in ast validation. 2021-08-31 20:30:17 +02:00