mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
parent
6746a08b44
commit
af175ddcdc
2 changed files with 41 additions and 1 deletions
|
@ -386,7 +386,7 @@ impl<'a> Printer<'a> {
|
|||
self.print_type_ref(ret_ty);
|
||||
}
|
||||
(None, ClosureKind::Async) => {
|
||||
w!(self, " -> impl Future<Output = {{unknown}}>"); // FIXME(zachs18): {unknown} or ()?
|
||||
w!(self, " -> impl Future<Output = {{unknown}}>");
|
||||
}
|
||||
(None, _) => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue