Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 51730fb

Browse files
committed
Make the most special expression even more special
Add or-pattern syntax in argument position
1 parent 536020c commit 51730fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/weird-exprs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn union() {
115115
}
116116

117117
fn special_characters() {
118-
let val = !((|(..):(_,_),__@_|__)((&*"\\",'🤔')/**/,{})=={&[..=..][..];})//
118+
let val = !((|(..):(_,_),(|__@_|__)|__)((&*"\\",'#')/**/,{})=={&[..=..][..];})//
119119
;
120120
assert!(!val);
121121
}

0 commit comments

Comments
 (0)