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