use quickcheck_macros::quickcheck; #[quickcheck] fn no_panic(data: Vec) { let _result = wthor::parse(&data); }