Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7d0dfc

Browse files
committedDec 18, 2024
resolve FIXME
1 parent 94139e2 commit c7d0dfc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎tests/ui/traits/next-solver/generalize/occurs-check-nested-alias.rs

-5
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ fn foo<T: Unnormalizable>() {
3737
// result in a cyclic type. However, we can still unify these types by first
3838
// normalizing the inner associated type. Emitting an error here would be incomplete.
3939
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);
4540
}

0 commit comments

Comments
 (0)
Failed to load comments.