]> git.lizzy.rs Git - rust.git/blob - tests/ui/log-err-phi.rs
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl, r...
[rust.git] / tests / ui / log-err-phi.rs
1 // run-pass
2
3 pub fn main() {
4     if false {
5         println!("{}", "foobar");
6     }
7 }