Files
gentoo-utils/subprojects/thiserror/tests/ui/struct-with-fmt.stderr

6 lines
226 B
Plaintext

error: #[error(fmt = ...)] is only supported in enums; for a struct, handwrite your own Display impl
--> tests/ui/struct-with-fmt.rs:4:1
|
4 | #[error(fmt = core::fmt::Octal::fmt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^