Fix typo
This commit is contained in:
parent
e1fc22c4eb
commit
92d86cc9b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue