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
86 B
Rust
Raw Normal View History

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