We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4fc7 commit 26fe778Copy full SHA for 26fe778
src/stacked_borrows.rs
@@ -407,7 +407,7 @@ impl<'tcx> Stacks {
407
// alias with `&mut`.
408
// FIXME: This means that the `dereferencable` attribute on non-frozen shared
409
// references is incorrect! They are dereferencable when the function is
410
- // called, but might become non-dereferencable during the coruse of execution.
+ // called, but might become non-dereferencable during the course of execution.
411
// Also see [1], [2].
412
//
413
// [1]: <https://internals.rust-lang.org/t/
0 commit comments