Skip to content

Commit 1541fe8

Browse files
committed
Auto merge of #1069 - RalfJung:typo, r=RalfJung
typo
2 parents 644e2a7 + 6941caf commit 1541fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use std::cell::Cell;
44

5-
// Check that even `&Cell` are dereferencable.
5+
// Check that even `&Cell` are dereferenceable.
66
// Also see <https://github.com/rust-lang/rust/issues/55005>.
77
fn inner(x: &Cell<i32>, f: fn(&Cell<i32>)) {
88
// `f` may mutate, but it may not deallocate!

0 commit comments

Comments
 (0)