thiserror 2.0.18

derive(Error)
Documentation
1
2
3
4
5
6
7
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