mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
5 lines
226 B
Text
5 lines
226 B
Text
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)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|