Don't use a char that's already used within the expr

This commit is contained in:
Jaro Fietz 2018-05-25 16:55:38 +02:00 committed by GitHub
parent 7c97203e2f
commit 5ad84cf3fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ fn union() {
}
fn special_characters() {
let val = !((|(..):(_,_),__@_|__)((&*"\\",'@')/**/,{})=={&[..=..][..];})//
let val = !((|(..):(_,_),__@_|__)((&*"\\",'🤔')/**/,{})=={&[..=..][..];})//
;
assert!(!val);
}