1
Fork 0
This commit is contained in:
Aaron Hill 2020-01-07 10:53:04 -05:00
parent e1fc22c4eb
commit 92d86cc9b8
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -74,7 +74,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
return;
}
// Check if it's even possible to satisy the 'where' clauses
// Check if it's even possible to satisfy the 'where' clauses
// for this item.
// This branch will never be taken for any normal function.
// However, it's possible to `#!feature(trivial_bounds)]` to write