This commit is contained in:
2022-06-28 14:27:20 +00:00
committed by GitHub
parent 4fafc3c3de
commit 1cf3e3cbe2
2 changed files with 56 additions and 11 deletions

View File

@@ -193,7 +193,9 @@ pub fn fanbox_api_quick_test(item: TokenStream) -> TokenStream {
return;
}
match #expr.await {
Some(_) => {}
Some(data) => {
println!("{:?}", data);
}
None => {
panic!("{}", #errmsg);
}