We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a763c + 5538c92 commit 5689a7bCopy full SHA for 5689a7b
src/tools/miri/tests/fail/reading_half_a_pointer.rs
@@ -7,7 +7,7 @@ struct Data {
7
ptr: &'static i32,
8
}
9
10
-// But we need to gurantee some alignment
+// But we need to guarantee some alignment
11
struct Wrapper {
12
align: u64,
13
data: Data,
0 commit comments