Skip to content

Commit 8167a25

Browse files
committed
w
1 parent 8e139ee commit 8167a25

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/solve/inspect

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_trait_selection/src/solve/inspect/analyse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl<'a, 'tcx> InspectGoal<'a, 'tcx> {
143143
// FIXME: This is currently wrong if we don't even try any
144144
// candidates, e.g. for a trait goal, as in this case `candidates` is
145145
// actually supposed to be empty.
146-
inspect::ProbeKind::Root { result: _ } => {
146+
inspect::ProbeKind::Root { result } => {
147147
if candidates.is_empty() {
148148
candidates.push(InspectCandidate {
149149
goal: self,

0 commit comments

Comments
 (0)