We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54a511 commit fb1b58aCopy full SHA for fb1b58a
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: bba934f19ab26d5afc4f0be923ea699010883906
+refs/heads/master: 13b9a725ea7e7bc949d08591e5f991d91498b9ce
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
trunk/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