rust/compiler/rustc_ast_lowering
Matthias Krüger 1f31daa047
Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillot
No need to take `ImplTraitContext` by ref

We used to mutate `ImplTraitContext`, so it used to be `&mut` mutable ref. Then I think it used to have non-`Copy` data in it, so we took it by `&` ref. Now, none of that remains, so just copy it around.
2024-02-08 20:34:58 +01:00
..
src Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillot 2024-02-08 20:34:58 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk 2024-02-06 15:04:01 +00:00