We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84027 commit 9951450Copy full SHA for 9951450
src/librustc_mir/transform/const_prop.rs
@@ -75,7 +75,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
75
return;
76
}
77
78
- // Check if it's even possible to satisy the 'where' clauses
+ // Check if it's even possible to satisfy the 'where' clauses
79
// for this item.
80
// This branch will never be taken for any normal function.
81
// However, it's possible to `#!feature(trivial_bounds)]` to write
0 commit comments