Add trailing newline to satisfy tidy
This commit is contained in:
parent
2456f330d5
commit
007390c21c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ const fn closure2() {
|
|||
const fn reify(f: fn()) -> unsafe fn() { f }
|
||||
//~^ ERROR function pointers in const fn are unstable
|
||||
const fn reify2() { main as unsafe fn(); }
|
||||
//~^ ERROR function pointers in const fn are unstable
|
||||
//~^ ERROR function pointers in const fn are unstable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue