mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
resolve FIXME
This commit is contained in:
parent
f0ae48d106
commit
5fa4b093f5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user