Skip to content

Commit 5585610

Browse files
committed
mention test author
1 parent dbf7aa9 commit 5585610

File tree

1 file changed

+2
-0
lines changed
  • collector/benchmarks/deeply-nested-async/src

1 file changed

+2
-0
lines changed

collector/benchmarks/deeply-nested-async/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// A regression test for #75992.
22
// Nested asnyc blocks produce an exponentially sized type tree with a lot of duplicates.
3+
//
4+
// Created by @kellerkindt in https://github.com/rust-lang/rust/issues/75992#issuecomment-682595159.
35

46
pub async fn h0(v: &String, x: &u64) { println!("{} {}", v, x) }
57
pub async fn h1(v: &String, x: &u64) { h0(v, x).await }

0 commit comments

Comments
 (0)