rust/compiler/rustc_expand/src
Matthias Krüger 2480e3bbc5
Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank
Use `token_descr` more in error messages

This is the first two commits from #124141, put into their own PR to get things rolling. Commit messages have the details.

r? ``@estebank``
cc ``@petrochenkov``
2024-10-30 06:40:36 +01:00
..
mbe Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank 2024-10-30 06:40:36 +01:00
base.rs Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
build.rs Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr 2024-10-15 11:50:31 +00:00
config.rs Introduce Enabled{Lang,Lib}Feature 2024-10-25 10:30:37 +08:00
errors.rs Tweak expand_incomplete_parse warning. 2024-10-28 14:12:45 +11:00
expand.rs Tweak expand_incomplete_parse warning. 2024-10-28 14:12:45 +11:00
lib.rs Add warn(unreachable_pub) to rustc_expand. 2024-08-27 12:40:38 +10:00
mbe.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
module.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
placeholders.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
proc_macro_server.rs cleanup: don't manually unwrap_or_default() 2024-09-29 12:51:28 +02:00
proc_macro.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00