Skip to content

Commit 007390c

Browse files
authored
Add trailing newline to satisfy tidy
1 parent 2456f33 commit 007390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/consts/min_const_fn/cast_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const fn closure2() {
1111
const fn reify(f: fn()) -> unsafe fn() { f }
1212
//~^ ERROR function pointers in const fn are unstable
1313
const fn reify2() { main as unsafe fn(); }
14-
//~^ ERROR function pointers in const fn are unstable
14+
//~^ ERROR function pointers in const fn are unstable

0 commit comments

Comments
 (0)