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

There are issues with some versions of Source Code Pro that prevent changing the color of the font from black (e.g., syntax highlighting doesn't work). Firefox 80 seems to have...

I think many people wanna know copyright status (license) for the code pasted in playground. https://play.rust-lang.org/help doesn't state anything about it. It would be nice if playground states one.

I (and many others) regularly use the playground as a quick way to provide small examples showing `rustc`/`clippy` error cases when filing bug reports. One thing I have run into...

enhancement
help wanted

Now that cargo check is stable, i think it'd be useful to offer!

enhancement
help wanted

The Rust Security Response WG occasionally receives security reports about remote code execution on the playground. Since the playground uses a sandbox to mitigate that, most of the reports are...

After entering the following code: ```rust use std; fn main(){ println!("Hello, world!"); } ``` and clicking the "Build" button, I get the following message: ``` No main function was detected,...

enhancement
help wanted

Normally, if you pass something invalid for the `gist`, the playground just opens with an empty textarea. But if you pass it twice, the page doesn't load at all. (Q:...

## Description After unicode diacritics characters are inserted, when trying to copy/modify a portion of the line, it will not apply the wanted actions at the rendered location. ## Example...

upstream

Problem: if I write some code in the playground and I close the tab (ctrl+f4) then I lose everything. It would be nice to have a popup warning us that...

This is more of a dream idea, bringing it up anyway in case there are low hanging fruits to improve the situation. The problem: How to easily manage "all my...