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.
2 parents 644e2a7 + 6941caf commit 1541fe8Copy full SHA for 1541fe8
tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs
@@ -2,7 +2,7 @@
2
3
use std::cell::Cell;
4
5
-// Check that even `&Cell` are dereferencable.
+// Check that even `&Cell` are dereferenceable.
6
// Also see <https://github.com/rust-lang/rust/issues/55005>.
7
fn inner(x: &Cell<i32>, f: fn(&Cell<i32>)) {
8
// `f` may mutate, but it may not deallocate!
0 commit comments