What are the structures of generated futures?
I just learned that we can use #[rustc_layout(debug)]
to dump type layout from this blog post. And I immediately try to use it to see through generated futures.
What are structures of generated futures?
I just learned that we can use #[rustc_layout(debug)]
to dump type layout from this blog post. And I immediately try to use it to see through generated futures.