]> git.lizzy.rs Git - rust.git/commitdiff
Add trailing newline to satisfy tidy
authorOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer <github35764891676564198441@oli-obk.de>
Mon, 15 Oct 2018 18:30:11 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Oct 2018 18:30:11 +0000 (20:30 +0200)
src/test/ui/consts/min_const_fn/cast_errors.rs

index 36827b1b6b0e219f1a1092cb345c8f06dc26f9d4..8648cd35387cedd58e0a47bc5363379e02a2450f 100644 (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
\ No newline at end of file
+//~^ ERROR function pointers in const fn are unstable