Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
fmt
/
ifmt-unknown-trait.rs
blob: 158152c89a42868f51b6efc77fc1064fbf2505ff [
file
] [
log
] [
blame
]
fn
main
()
{
format
!(
"{:notimplemented}"
,
"3"
);
//~^ ERROR: unknown format trait `notimplemented`
}