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
It would be very handy to be able to quickly see this output in the playground, to help validate layout concerns. All that is needed is an extra button that directly displays the compiler output, or optionally strips the leading print-type-size first.
The text was updated successfully, but these errors were encountered:
Compiling with
cargo +nightly rustc -- -Zprint-type-sizes
provides a nice type size printout that would be nice to have on the playground. Example from https://nnethercote.github.io/perf-book/type-sizes.html:It would be very handy to be able to quickly see this output in the playground, to help validate layout concerns. All that is needed is an extra button that directly displays the compiler output, or optionally strips the leading
print-type-size
first.The text was updated successfully, but these errors were encountered: