Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
issue-83340.rs
blob: edf9c5612fb0c6f89ec6fcb3d4dab9c9c42d35a1 [
file
] [
log
] [
blame
] [
edit
]
//@ check-fail
fn
main
()
{
println
!(
"
\
\n
{}
│
",
//~ ERROR: 1 positional argument in format string, but no arguments were given
);
}