rust-playground
rust-playground copied to clipboard
The Rust Playground
The playground is often used for experimenting with features and/or creating minimal repros for feature requests and bugs. It would be great if we could make full use of the...
Fix #688 . Uses JSON message format to communicate with `cargo` when building and running. This allows suggestions to be prompted correctly. ### Example #### Currently  #### New output...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Whenever i create a public gist using GitHub API, and try to open it on Rust playground using [https://play.rust-lang.org/?gist=211bb09a91daf972934a13d6aee9e178](https://play.rust-lang.org/?gist=211bb09a91daf972934a13d6aee9e178); The editor isn't able to fetch contents of that gist. I...
Older eyes, here, but the typeface used in Monaco renders smaller than `ace` (even if it is advertised as the same point size). Embiggening the whole page makes the playground...
It's awesome that the playground supports backtraces! It would be nice if in addition to short backtraces (`RUST_BACKTRACE=1`), it also supported `RUST_BACKTRACE=full`. I came across this when I was trying...
You can use an empty generics container on any function, including main. Definitely not idiomatic, but also seemingly trivial to support.
Closes #708.
The "Backtrace" setting is currently ignored when executing Clippy. It would be nice if this could be supported. Note for testing: In Clippy we have an internal lint which is...
We only generate and commit a Cargo.toml file, but as the crate graph gets larger, we are more and more likely to fail for a crate being yanked.