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 91b200c commit ce8915cCopy full SHA for ce8915c
tests/ui/borrow_interior_mutable_const.rs
@@ -32,7 +32,7 @@ impl Trait<u32> for u64 {
32
33
// This is just a pointer that can be safely dereferended,
34
// it's semantically the same as `&'static T`;
35
-// but it isn't allowed make a static reference from an arbitrary integer value at the moment.
+// but it isn't allowed to make a static reference from an arbitrary integer value at the moment.
36
// For more information, please see the issue #5918.
37
pub struct StaticRef<T> {
38
ptr: *const T,
0 commit comments