forked from gentoo-utils/gentoo-utils
git-subtree-dir: subprojects/thiserror git-subtree-split: 247eab5d79e27ad28859afdf8bc600a4242829b7
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
|