Fix coercin -> coercion typo
This commit is contained in:
parent
4bb6d4e740
commit
ab6119a38f
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ impl<'f, 'gcx, 'tcx> Coerce<'f, 'gcx, 'tcx> {
|
|||
// Function items are coercible to any closure
|
||||
// type; function pointers are not (that would
|
||||
// require double indirection).
|
||||
// Additionally, we permit coercin of function
|
||||
// Additionally, we permit coercion of function
|
||||
// items to drop the unsafe qualifier.
|
||||
self.coerce_from_fn_item(a, a_f, b)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue