This website requires JavaScript.
Explore
Help
Register
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
android13
/
external
/
rust
/
crates
/
thiserror
/
tests
/
ui
/
duplicate-fmt.rs
9 lines
111 B
Rust
Raw
Permalink
Blame
History
use
thiserror
::
Error
;
#[
derive(Error, Debug)
]
#[
error(
"
...
"
)
]
#[
error(
"
...
"
)
]
pub
struct
Error
;
fn
main
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink