Skip to content

Commit 77ad292

Browse files
committed
w
1 parent 3945c10 commit 77ad292

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/build/matches

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/build/matches/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
600600
let not_contained =
601601
sorted_candidates.keys().filter_map(|br| br.as_constant()).copied().all(
602602
|val| {
603-
matches!(range.contains(val, self.tcx, self.typing_env(),), Some(false))
603+
matches!(range.contains(val, self.tcx, self.typing_env()), Some(false))
604604
},
605605
);
606606

0 commit comments

Comments
 (0)