rust/tests/ui/log-err-phi.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
87 B
Rust
Raw Normal View History

//@ run-pass
pub fn main() {
if false {
println!("{}", "foobar");
}
}