You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, this happened: I do see info about a bunch of types that use the above type, and it is enough information for me to extract my most immediate question (the size of the type), such as:
But it would provide a more consistent experience overall if we would print out a separate line for the [static generator@ex-1.rs:7:32: 10:2] type itself, especially if it could also provide insight into the pieces of state that have been captured by the generator itself.
Meta
rustc --version --verbose:
<version>
Backtrace
<backtrace>
The text was updated successfully, but these errors were encountered:
I tried this code:
and then I ran
rustc +nightly --edition 2021 ex-1.rs -Z print-type-sizes
I expected to see this happen: Somewhere in the output, I expected to see
Instead, this happened: I do see info about a bunch of types that use the above type, and it is enough information for me to extract my most immediate question (the size of the type), such as:
But it would provide a more consistent experience overall if we would print out a separate line for the
[static generator@ex-1.rs:7:32: 10:2]
type itself, especially if it could also provide insight into the pieces of state that have been captured by the generator itself.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: