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 06f4690 commit 88d34ffCopy full SHA for 88d34ff
src/test/run-pass/match-static-const-rename.rs
@@ -64,7 +64,7 @@ fn h() {
64
assert!(r == 0);
65
}
66
67
-fn main () {
+pub fn main () {
68
f();
69
g();
70
h();
0 commit comments