rust-lang / rust-playground

The Rust Playground
https://play.rust-lang.org/
Apache License 2.0
1.2k stars 203 forks source link

Feature request: Add a way to get the output of `rustc --version --verbose` #1043

Open zackw opened 5 months ago

zackw commented 5 months ago

I like to use the playground to minimize test cases for bug reports, and also for convenient access to the nightly compiler, which I don't usually bother installing on my own computer. When reporting bugs in rust-lang/rust, the maintainers would like me to provide the output of rustc --version --verbose, but as far as I can tell there's no way to get the playground to tell me this information for the compiler it is using. Please add a way to get this, perhaps under "tools" or "share".