rust/compiler/rustc_expand/src
Nilstrieb d1ef8180f9 Revert let_chains stabilization
This reverts commit 3266460749.

This is the revert against master, the beta revert was already done in #100538.
2022-08-29 19:34:11 +02:00
..
mbe Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=davidtwco 2022-08-18 05:10:47 +02:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
tokenstream Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
base.rs Remove the symbol from ast::LitKind::Err. 2022-08-23 16:56:24 +10:00
build.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
config.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
errors.rs Replace #[lint/warning/error] with #[diag] 2022-08-21 09:17:43 +02:00
expand.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
lib.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
mbe.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
module.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
placeholders.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
proc_macro_server.rs Rename some things related to literals. 2022-08-16 13:41:34 +10:00
proc_macro.rs Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov 2022-07-30 14:50:05 +00:00
tests.rs avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00