Skip to content

Commit 599eb12

Browse files
authored
Add trailing newline
1 parent 5c45fef commit 599eb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/consts/dangling_raw_ptr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ const FOO: *const u32 = { //~ ERROR any use of this value will cause an error
77

88
fn main() {
99
let x = FOO;
10-
}
10+
}

0 commit comments

Comments
 (0)