mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
more tests
This commit is contained in:
@@ -76,4 +76,6 @@ fn equality_stuff() {
|
||||
//|~ HELP it would look like the following
|
||||
//|~ SUGGESTION let _ = false;
|
||||
let _ = a > b && a == b;
|
||||
|
||||
let _ = a != b || !(a != b || c == d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user