mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 19:57:02 +00:00

fix def collector for impl trait fixes #77329 We now consistently make `impl Trait` a hir owner, requiring some special casing for synthetic generic params. r? `@eddyb`