rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

The Rust Playground

Results 165 rust-playground issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

Fix #688 . Uses JSON message format to communicate with `cargo` when building and running. This allows suggestions to be prompted correctly. ### Example #### Currently ![a](https://user-images.githubusercontent.com/95505675/149034457-f97d801b-3506-4817-99f9-0b8105f0a3ba.png) #### 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...

dependencies
javascript

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...

upstream

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.

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.

enhancement
help wanted