We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94139e2 commit c7d0dfcCopy full SHA for c7d0dfc
tests/ui/traits/next-solver/generalize/occurs-check-nested-alias.rs
@@ -37,9 +37,4 @@ fn foo<T: Unnormalizable>() {
37
// result in a cyclic type. However, we can still unify these types by first
38
// normalizing the inner associated type. Emitting an error here would be incomplete.
39
drop::<T>(t);
40
-
41
- // FIXME(-Znext-solver): This line is necessary due to an unrelated solver bug
42
- // and should get removed in the future.
43
- // https://github.com/rust-lang/trait-system-refactor-initiative/issues/96
44
- drop::<Inv<<T as Unnormalizable>::Assoc>>(u);
45
}
0 commit comments