Help needed finding a test that changes behaviour when changing DefiningOpaqueTypes::No to Yes #127035
Labels
A-trait-system
Area: Trait system
E-help-wanted
Call for participation: Help is requested to fix this issue.
cc @lcnr @compiler-errors
I am trying to change
rust/compiler/rustc_trait_selection/src/traits/select/confirmation.rs
Lines 151 to 201 in 127fa22
and
rust/compiler/rustc_trait_selection/src/traits/select/mod.rs
Lines 1759 to 1828 in 127fa22
to DefiningOpaqueTypes::Yes. But I have been unable to preserve an opaque type all the way to this point. I can provide some tests of previous attempts, but it's probably better to start from a clean slate ^^
Note that while I did add this change as a commit to 2b1f439, the change can just be done on master without affecting any tests
The text was updated successfully, but these errors were encountered: