We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba934f commit 13b9a72Copy full SHA for 13b9a72
src/test/compile-fail/dead-code-closure-bang.rs
@@ -15,5 +15,5 @@
15
fn main() {
16
let x = || panic!();
17
x();
18
- std::io::println("Foo bar"); //~ ERROR: unreachable statement
+ println!("Foo bar"); //~ ERROR: unreachable statement
19
}
0 commit comments