granite-rust/compiler/rustc_expand/src
bors 65f6d33b77 Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr
Ensure stability directives are checked in all cases

Split off  #93017

Stability and deprecation were not checked in all cases, for instance if a type error happened.
This PR moves the check earlier in the pipeline to ensure the errors are emitted in all cases.

r? `@lcnr`
2022-03-04 05:49:14 +00:00
..
mbe Rollup merge of #94555 - cuishuang:master, r=oli-obk 2022-03-03 20:01:48 +01:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse re-format with new rustfmt 2021-11-30 13:08:41 -05:00
tokenstream Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
base.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
build.rs Include ignore message in libtest output 2022-02-24 17:36:36 -05:00
config.rs Move the set of features to the features query. 2022-03-03 18:08:30 +01:00
expand.rs Fix invalid lint_node_id being put on a removed stmt 2022-03-03 11:52:09 +01:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
mbe.rs fix few typos 2021-04-19 15:57:08 +03:00
module.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
placeholders.rs expand: Rename some AstFragments to match AST structures 2022-01-07 13:50:03 +08:00
proc_macro.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
proc_macro_server.rs all: fix some typos 2022-03-03 19:47:23 +08:00
tests.rs Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00