rust/compiler/rustc_ast_passes/src
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
..
ast_validation.rs Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco 2021-09-15 14:56:58 -07:00
feature_gate.rs delay error for enabling unstable lib features 2021-09-16 14:22:32 -04:00
lib.rs Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
node_count.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
show_span.rs