This website requires JavaScript.
Explore
Help
Sign In
public
/
j7s_diagnostics_py
Watch
1
Star
0
Fork
You've already forked j7s_diagnostics_py
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
91e18fde3a
j7s_diagnostics_py
/
vendor
/
thiserror
/
tests
/
ui
/
missing-display.rs
10 lines
105 B
Rust
Raw
Blame
History
use
thiserror
::
Error
;
#[
derive(Error, Debug)
]
pub
enum
MyError
{
First
,
Second
,
}
fn
main
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink