Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
0f0e2ad5e19381d097dd006cf5a5c2fa119141e4
/
.
/
crates
/
thiserror
/
tests
/
ui
/
struct-with-fmt.stderr
blob: 00463be9e722b60e6b947033b99c2fc99b4e73eb [
file
] [
log
] [
blame
]
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)]
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^