Skip to content

Commit

Permalink
resolve FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Dec 18, 2024
1 parent f0ae48d commit 5fa4b09
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 5fa4b09

Please sign in to comment.