]> git.lizzy.rs Git - rust.git/blob - src/test/ui/if/ifmt-unknown-trait.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / if / ifmt-unknown-trait.stderr
1 error: unknown format trait `notimplemented`
2   --> $DIR/ifmt-unknown-trait.rs:12:34
3    |
4 LL |     format!("{:notimplemented}", "3");
5    |                                  ^^^
6
7 error: aborting due to previous error
8