Skip to content

Commit 0a28056

Browse files
committed
Add missing main function
1 parent 3aca244 commit 0a28056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-project/tests/ui/2018-edition.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ impl Foo {
66
pub async fn foo(&mut self) {
77
}
88
}
9+
10+
fn main() {}

0 commit comments

Comments
 (0)