diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-11-02 08:33:15 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-02 08:33:15 +0100 | 
| commit | 30497b05cd9aa88ce69e9b6d4e5fee7330ff901c (patch) | |
| tree | 0bdde7077be8eb3d593e94c3e6ed65bd10ed8c2e /compiler | |
| parent | b9798d3f224e781cd0bc264bc3317bf25e127e4e (diff) | |
| parent | 9e5e47fc32ed5eb26b5644675980537a6c7348e6 (diff) | |
| download | rust-30497b05cd9aa88ce69e9b6d4e5fee7330ff901c.tar.gz rust-30497b05cd9aa88ce69e9b6d4e5fee7330ff901c.zip  | |
Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxu
Remove or fix some more `FIXME(async_closure)` Self-explanatory
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_infer/src/infer/opaque_types/mod.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/opaque_types/mod.rs b/compiler/rustc_infer/src/infer/opaque_types/mod.rs index 2bc006c37da..d65ed72a8e8 100644 --- a/compiler/rustc_infer/src/infer/opaque_types/mod.rs +++ b/compiler/rustc_infer/src/infer/opaque_types/mod.rs @@ -432,7 +432,6 @@ where upvar.visit_with(self); } - // FIXME(async_closures): Is this the right signature to visit here? args.as_coroutine_closure().signature_parts_ty().visit_with(self); }  | 
