]> git.lizzy.rs Git - rust.git/commitdiff
Add trailing newline
authorvarkor <github@varkor.com>
Sun, 17 Dec 2017 11:19:42 +0000 (11:19 +0000)
committervarkor <github@varkor.com>
Mon, 18 Dec 2017 15:51:44 +0000 (15:51 +0000)
src/test/compile-fail/issue-46771.rs

index e167289abd41a2b7c0da925098780cbcf16a1746..f8bcd8861f3a6c0da29c89bc5b175889f7cf5cfa 100644 (file)
@@ -11,4 +11,4 @@
 fn main() {
     struct Foo;
     (1 .. 2).find(|_| Foo(0) == 0); //~ ERROR expected function, found `main::Foo`
-}
\ No newline at end of file
+}