mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
error: 1 positional argument in format string, but no arguments were given
|
|
--> $DIR/unicode-format-string-missing-parameter-70381.rs:5:16
|
|
|
|
|
LL | println!("\r¡{}")
|
|
| ^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|