The Nest
Explore
Sign in
yaahc
eyre
tests
ui
no-impl.rs
2
Code
Changes
Tags
Discussions
main
use
eyre
::
eyre
;
#
[
derive
(
Debug
)
]
struct
Error
;
fn
main
(
)
{
let
_
=
eyre!
(
Error
)
;
}