rust/compiler/rustc_expand/src
bors 685a80f7a0 Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead
Improve error message: missing `;` in macro_rules

Fixes #124968
2024-05-18 13:02:48 +00:00
..
mbe Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead 2024-05-18 13:02:48 +00:00
base.rs Inline and remove three DummyResult methods. 2024-05-03 09:06:26 +10:00
build.rs Remove unused ExpCtxt methods. 2024-05-03 09:06:25 +10:00
config.rs Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors 2024-05-17 07:20:56 +02:00
errors.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
expand.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
lib.rs Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
mbe.rs Remove unnecessary pubs. 2024-05-03 09:06:26 +10:00
module.rs Use do yeet () and do yeet _ instead of None? and Err(_)? in compiler 2024-03-15 11:37:42 +00:00
placeholders.rs Add ErrorGuaranteed to Recovered::Yes and use it more. 2024-05-09 20:12:07 +10:00
proc_macro_server.rs Remove NtIdent and NtLifetime. 2024-05-14 08:19:58 +10:00
proc_macro.rs Remove a Span from TokenKind::Interpolated. 2024-05-13 10:30:30 +10:00