We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a6469 commit fcec51dCopy full SHA for fcec51d
src/test/run-pass/generator/issue-57084.rs
@@ -16,7 +16,7 @@ impl Foo {
16
}
17
18
19
- pub async fn run<'a>(&'a self, data: &'a [u8])
+ pub async fn run<'a>(&'a self, data: &'a [u8])
20
{
21
let _to_pin = self.with(move || println!("{:p}", data));
22
loop {
0 commit comments