mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
7 lines
234 B
Text
7 lines
234 B
Text
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
|