rust/compiler/rustc_expand/src
bors b32223fec1 Auto merge of #100707 - dzvon:fix-typo, r=davidtwco
Fix a bunch of typo

This PR will fix some typos detected by [typos].

I only picked the ones I was sure were spelling errors to fix, mostly in
the comments.

[typos]: https://github.com/crate-ci/typos
2022-09-01 05:39:58 +00:00
..
mbe Fix a bunch of typo 2022-08-31 18:24:55 +08: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 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 Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb 2022-09-01 00:26:53 +00:00
proc_macro.rs Fix ci checks 2022-08-31 18:25:00 +08:00
tests.rs avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00