What does an expression look like, that consists only of special characters?

This commit is contained in:
Jaro Fietz 2018-05-25 16:48:55 +02:00 committed by GitHub
parent 9823cb99c5
commit de12d437c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ fn union() {
union union<'union> { union: &'union union<'union>, }
}
fn special_characters() {
let val = !((|(..):(_,_),__@_|__)((&*"\\",'@')/**/,{})=={&[..=..][..];})//
;
assert!(!val);
}
pub fn main() {
strange();
funny();