We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e4783 commit b825ae7Copy full SHA for b825ae7
src/test/ui/match/issue-72680.rs
@@ -11,7 +11,7 @@ fn main() {
11
assert!(!f("a", 0));
12
assert!(!f("b", 0));
13
14
- assert!(!f("asdf", 032));
+ assert!(!f("asdf", 32));
15
16
////
17
0 commit comments