File: display-underscore.stderr

package info (click to toggle)
rust-thiserror 2.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (26)
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