error: parameter declared more than once
--> tests/ui/duplicate_format.rs:2:17
|
2 | #[derive(Debug, Error)]
| ^^^^^
|
= note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
error: duplicate parameter
--> tests/ui/duplicate_format.rs:2:17
|
2 | #[derive(Debug, Error)]
| ^^^^^
|
= note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)