Typo
Co-Authored-By: RalfJung <post@ralfj.de>
This commit is contained in:
parent
6ca4fc7125
commit
26fe778c55
@ -407,7 +407,7 @@ fn reborrow(
|
||||
// alias with `&mut`.
|
||||
// FIXME: This means that the `dereferencable` attribute on non-frozen shared
|
||||
// references is incorrect! They are dereferencable when the function is
|
||||
// called, but might become non-dereferencable during the coruse of execution.
|
||||
// called, but might become non-dereferencable during the course of execution.
|
||||
// Also see [1], [2].
|
||||
//
|
||||
// [1]: <https://internals.rust-lang.org/t/
|
||||
|
Loading…
Reference in New Issue
Block a user