mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
5 lines
130 B
Text
5 lines
130 B
Text
error: only one #[error(...)] attribute is allowed
|
|
--> tests/ui/duplicate-fmt.rs:5:1
|
|
|
|
|
5 | #[error("...")]
|
|
| ^^^^^^^^^^^^^^^
|