Skip to content

Commit 32b1573

Browse files
committed
wip
1 parent 22d5222 commit 32b1573

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ syn = { version = "1.0", features = ["full", "visit-mut"] }
1919

2020
[dev-dependencies]
2121
rustversion = "1.0"
22-
tracing = "0.1.14"
23-
tracing-attributes = "0.1.8"
22+
tracing = "0.1"
23+
tracing-attributes = "0.2"
2424
tracing-futures = "0.2"
2525
trybuild = { version = "1.0.19", features = ["diff"] }
2626

src/expand.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ fn transform_block(
308308
Box::pin(async move {
309309
let __ret: #ret_ty = {
310310
#(#decls)*
311+
let __async_trait: ();
311312
#(#stmts)*
312313
};
313314

0 commit comments

Comments
 (0)