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

it would be really cool to be able to get some feedback on whether changing some code had an effect on mem usage or instructions executed. I am guessing the...

wontfix

I went to the Config menu and changed the keybindings to "sublime". But I have no idea how to eg. run the code with a keyboard shortcut now. Ctrl-Enter worked...

To better implement a [crates.io feature to show a button linking to the playground to try a crate](https://github.com/rust-lang/crates.io/pull/3211), we'd like to have a public API available from the playground of...

enhancement

Hi, To cut a long story short, I use a Maltron keyboard to keep RSI at bay. It's a totally bonkers looking thing, but it works. I didn't like the...

bug

``` $ curl -I 'https://play.rust-lang.org/' HTTP/1.1 405 Method Not Allowed ``` According to [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2), > The HEAD method is identical to GET except that the server MUST NOT send...

I once got a 502 Bad Gateway and this is what was shown: >Response was not JSON: SyntaxError: Unexpected token < in JSON at position 0 ![image](https://user-images.githubusercontent.com/3484906/103466156-a79a0000-4d42-11eb-869e-d8d4edafb0ff.png) A different message...

Would it be possible to allow users to opt into automatically running `rustfmt` before code is executed, or automatically after making changes, or provide a button to run it? I...

wontfix

I'm on MacOS, and swiping with two fingers left or right goes to the previous/next page. This interferes with horizontal scrolling in the editor. I am not a CSS expert,...

Hi, The rust playground remembers the last buffer you were working on. That's very useful, but sometimes I want to start afresh. I can't see a way to do this...

enhancement
help wanted

I am shocked - shocked! - to find that no one has tried this before. https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=08a07ced4b7ba6afcdf8a4bd68487015 ``` error[E0152]: found duplicate lang item `start` --> src/lib.rs:7:1 | 7 | fn _start()...

enhancement
help wanted