test idk what i did wrong tbh this erorr is confusing
This commit is contained in:
parent
0c7f30a73d
commit
e1cbcfc193
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ struct Args {
|
||||||
|
|
||||||
// const fallbackconfigpath: String = "config.json".to_owned();
|
// const fallbackconfigpath: String = "config.json".to_owned();
|
||||||
|
|
||||||
fn main() -> Result<(), Errors> {
|
#[derive(Debug)]
|
||||||
|
struct E;
|
||||||
|
|
||||||
|
|
||||||
|
fn main() -> Result<(), E> {
|
||||||
// enable fancypanic when building for release
|
// enable fancypanic when building for release
|
||||||
// fancypanic();
|
// fancypanic();
|
||||||
let args = Args::parse();
|
let args = Args::parse();
|
||||||
|
|
Loading…
Reference in a new issue