mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +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`