mirror of
https://jturnerusa.dev/cgit/gentoo-utils/
synced 2025-12-02 19:18:35 -06:00
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
error: invalid format string: invalid argument name `_`
|
|
--> tests/ui/display-underscore.rs:4:11
|
|
|
|
|
4 | #[error("{_}")]
|
|
| ^ invalid argument name in format string
|
|
|
|
|
= note: argument name cannot be a single underscore
|