rust/compiler/rustc_builtin_macros
Matthias Krüger 1107fc7ad2
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
Visitors track whether an assoc item is in a trait impl or an inherent impl

`AssocCtxt::Impl` now contains an `of_trait` field. This allows ast lowering and nameres to not have to track whether we're in a trait impl or an inherent impl.
2025-03-25 18:09:07 +01:00
..
src Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
Cargo.toml Remove unnecessary [lints.rust] sections. 2025-03-11 12:11:04 +11:00
messages.ftl Combine autodiff errors together 2025-03-11 09:37:53 +01:00