]> git.lizzy.rs Git - rust.git/blob - src/test/ui/log-err-phi.rs
Auto merge of #96551 - ferrocene:pa-ignore-paths-when-abbreviating, r=Mark-Simulacrum
[rust.git] / src / test / ui / log-err-phi.rs
1 // run-pass
2
3 pub fn main() {
4     if false {
5         println!("{}", "foobar");
6     }
7 }