1
Fork 0
rust/compiler/rustc_parse/src/parser
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
..
attr.rs Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11:00
attr_wrapper.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
diagnostics.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
expr.rs Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot 2022-12-03 17:37:41 +01:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
mod.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
path.rs Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00
stmt.rs Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
ty.rs Auto merge of #104410 - WaffleLapkin:unregress, r=estebank 2022-11-23 19:52:43 +00:00