rust/compiler/rustc_expand/src
Nicholas Nethercote 6087dc2054 Remove the symbol from ast::LitKind::Err.
Because it's never used meaningfully.
2022-08-23 16:56:24 +10:00
..
mbe Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=davidtwco 2022-08-18 05:10:47 +02:00
mut_visit
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 Moved structs to rustc_expand::errors, added several more migrations, fixed slug name 2022-08-17 11:18:19 -03:00
mbe.rs
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