about summary refs log tree commit diff
path: root/src/test/run-fail/binop-fail.rs
blob: 062c04ff67aea1d27984732bd8b7e359c7e1437c (plain)
1
2
3
// error-pattern:quux
fn my_err(s: str) -> ! { log_err s; fail "quux"; }
fn main() { my_err("bye") == 3u; }