94d2063577
If we have log(foo, quux) where foo:_|_, just translate foo and ignore the rest of the expression. Closes #1459
5 lines
74 B
Rust
5 lines
74 B
Rust
// error-pattern:roflcopter
|
|
fn main() {
|
|
log (fail "roflcopter", 2);
|
|
}
|