thiserror/tests/ui/duplicate-fmt.stderr
2023-06-07 20:50:23 -07:00

5 lines
130 B
Text

error: only one #[error(...)] attribute is allowed
--> tests/ui/duplicate-fmt.rs:5:1
|
5 | #[error("...")]
| ^^^^^^^^^^^^^^^