1error: 1 positional argument in format string, but no arguments were given
2 --> tests/ui/wrong-interpolation.rs:4:12
3  |
44 |     bail!("{} not found");
5  |            ^^
6