We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171fe82 commit c431cd7Copy full SHA for c431cd7
src/librustc_mir/transform/const_prop.rs
@@ -92,7 +92,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
92
//
93
// We manually filter the predicates, skipping anything that's not
94
// "global". We are in a potentially generic context
95
- // (e.g. we are evaluating a function without substituging generic
+ // (e.g. we are evaluating a function without substituting generic
96
// parameters, so this filtering serves two purposes:
97
98
// 1. We skip evaluating any predicates that we would
0 commit comments