resolve FIXME

This commit is contained in:
lcnr 2024-12-18 16:31:44 +01:00
parent f0ae48d106
commit 5fa4b093f5

View File

@ -37,9 +37,4 @@ fn foo<T: Unnormalizable>() {
// result in a cyclic type. However, we can still unify these types by first
// normalizing the inner associated type. Emitting an error here would be incomplete.
drop::<T>(t);
// FIXME(-Znext-solver): This line is necessary due to an unrelated solver bug
// and should get removed in the future.
// https://github.com/rust-lang/trait-system-refactor-initiative/issues/96
drop::<Inv<<T as Unnormalizable>::Assoc>>(u);
}