We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101f1e1 commit 2975955Copy full SHA for 2975955
src/test/ui/issue-29723.rs
@@ -12,7 +12,7 @@
12
13
// test for https://github.com/rust-lang/rust/issues/29723
14
15
-fn foo() {
+fn main() {
16
let s = String::new();
17
let _s = match 0 {
18
0 if { drop(s); false } => String::from("oops"),
0 commit comments