thiserror/tests/ui/display-underscore.stderr
2024-11-04 22:04:59 -05:00

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