mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 08:14:25 +00:00
5 lines
107 B
Rust
5 lines
107 B
Rust
fn main() {
|
|
format!("{:notimplemented}", "3");
|
|
//~^ ERROR: unknown format trait `notimplemented`
|
|
}
|