Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 26, 2018
1 parent 5c45fef commit 599eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/consts/dangling_raw_ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const FOO: *const u32 = { //~ ERROR any use of this value will cause an error

fn main() {
let x = FOO;
}
}

0 comments on commit 599eb12

Please sign in to comment.