rust/compiler/rustc_expand/src
Matthias Krüger c89bff29e5
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Keep track of the start of the argument block of a closure

This removes a call to `tcx.sess.source_map()` from [compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs](https://github.com/rust-lang/rust/compare/master...SarthakSingh31:issue-97417-1?expand=1#diff-8406bbc0d0b43d84c91b1933305df896ecdba0d1f9269e6744f13d87a2ab268a) as required by #97417.

VsCode automatically applied `rustfmt` to the files I edited under `src/tools`. I can undo that if its a problem.

r? `@cjgillot`
2022-12-03 17:37:41 +01:00
..
mbe Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors 2022-11-22 01:26:08 -05:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Split MacArgs in two. 2022-11-22 09:04:15 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote 2022-12-01 11:58:59 +01:00
build.rs Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot 2022-12-03 17:37:41 +01:00
config.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
expand.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
mbe.rs Move macro_rules diagnostics to diagnostics module 2022-11-20 13:06:44 +01:00
module.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
placeholders.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
proc_macro_server.rs Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
proc_macro.rs Add the #[derive_const] attribute 2022-09-20 11:57:58 +00:00
tests.rs Change multiline span ASCII art visual order 2022-11-28 00:11:12 -08:00