We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45fef commit 599eb12Copy full SHA for 599eb12
src/test/ui/consts/dangling_raw_ptr.rs
@@ -7,4 +7,4 @@ const FOO: *const u32 = { //~ ERROR any use of this value will cause an error
7
8
fn main() {
9
let x = FOO;
10
-}
+}
0 commit comments