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