Add trailing newline to satisfy tidy

This commit is contained in:
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer 2018-10-15 20:30:11 +02:00 committed by GitHub
parent 2456f330d5
commit 007390c21c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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