Skip to content

Commit 53a905a

Browse files
committed
remove outdated FIXME
1 parent 019c65c commit 53a905a

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_next_trait_solver/src/solve

1 file changed

+0
-2
lines changed

compiler/rustc_next_trait_solver/src/solve/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ where
252252
return None;
253253
}
254254

255-
// FIXME(-Znext-solver): Add support to merge region constraints in
256-
// responses to deal with trait-system-refactor-initiative#27.
257255
let one = responses[0];
258256
if responses[1..].iter().all(|&resp| resp == one) {
259257
return Some(one);

0 commit comments

Comments
 (0)