Skip to content

Commit 2975955

Browse files
authored
s/foo/main/
1 parent 101f1e1 commit 2975955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issue-29723.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// test for https://github.com/rust-lang/rust/issues/29723
1414

15-
fn foo() {
15+
fn main() {
1616
let s = String::new();
1717
let _s = match 0 {
1818
0 if { drop(s); false } => String::from("oops"),

0 commit comments

Comments
 (0)