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 a1d046c commit 7edb043Copy full SHA for 7edb043
src/test/run-pass/issue-954.rs
@@ -0,0 +1,4 @@
1
+fn main() {
2
+ log 3-2;
3
+ assert 3-2 == 1;
4
+}
0 commit comments