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
main
j7s_diagnostics_py
/
vendor
/
thiserror
/
tests
/
ui
/
expression-fallback.rs
8 lines
102 B
Rust
Raw
Permalink
Blame
History
use
thiserror
::
Error
;
#[
derive(Error, Debug)
]
#[
error(
"
"
.yellow)
]
pub
struct
ArgError
;
fn
main
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink