Skip to content

Commit c431cd7

Browse files
Aaron1011oli-obk
andauthored
Fix typo
Co-Authored-By: Oliver Scherer <[email protected]>
1 parent 171fe82 commit c431cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/const_prop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
9292
//
9393
// We manually filter the predicates, skipping anything that's not
9494
// "global". We are in a potentially generic context
95-
// (e.g. we are evaluating a function without substituging generic
95+
// (e.g. we are evaluating a function without substituting generic
9696
// parameters, so this filtering serves two purposes:
9797
//
9898
// 1. We skip evaluating any predicates that we would

0 commit comments

Comments
 (0)