Skip to content

Commit 5ad84cf

Browse files
authored
Don't use a char that's already used within the expr
1 parent 7c97203 commit 5ad84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/weird-exprs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn union() {
113113
}
114114

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

0 commit comments

Comments
 (0)