mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +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
|