mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 09:27:51 +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`