mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
2a8fc94697
hir: Remove the generic type parameter from `MaybeOwned` It's only ever used with a reference to `OwnerInfo` as an argument. Follow up to https://github.com/rust-lang/rust/pull/120346.
For more information about how rustc works, see the rustc dev guide.