Skip to content

Commit 3acdca3

Browse files
Atualizar o select.rs
1 parent a0971b8 commit 3acdca3

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_trait_selection/src/solve

1 file changed

+0
-3
lines changed

compiler/rustc_trait_selection/src/solve/select.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ fn to_selection<'tcx>(
163163
})
164164
.collect();
165165

166-
if let Ok(Certainty::Yes) = cand.result() {
167-
nested.clear();
168-
}
169166

170167
Some(match cand.kind() {
171168
ProbeKind::TraitCandidate { source, result: _ } => match source {

0 commit comments

Comments
 (0)