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 b043cc3 commit 2896b2aCopy full SHA for 2896b2a
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