Skip to content

Commit dbffc42

Browse files
committed
Add trailing newline
1 parent a4210ef commit dbffc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-46771.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
fn main() {
1212
struct Foo;
1313
(1 .. 2).find(|_| Foo(0) == 0); //~ ERROR expected function, found `main::Foo`
14-
}
14+
}

0 commit comments

Comments
 (0)