rust-playground
rust-playground copied to clipboard
The Rust Playground
Hey there! We are working on a fork of this repository geared toward running Java code/tools instead of rust ones [here](https://github.com/McCue-Software-Solutions/java-playground/tree/plug-in-api) There are deployment steps in the repo, but we...
I am fairly new to rust but I was thinking about this as a potential project and thought I might as well contribute here. Whilst learning I thought it would...
Compiling with `cargo +nightly rustc -- -Zprint-type-sizes` provides a nice type size printout that would be nice to have on the playground. Example from https://nnethercote.github.io/perf-book/type-sizes.html: ``` print-type-size type: `E`: 32...
Hello, I've noticed when using the Ace Editor in the playground that hitting `` (a common thing in vim) causes the focus to shift from the textarea to the browser...
The crash says "TypeError: e.hash is undefined". The traceback is gibberish. Occurs both in Chrome 115 and Firefox 115.
So [helix](https://github.com/helix-editor/helix) has been steadily growing in popularity. Would it be possible to add helix keybindings?
## Description When translating to ASM, LLVM IR, HIR and MIR (not WASM), the two warnings `warning: due to multiple output types requested, the explicitly specified output file name will...
 ^ The previous page I was on was that Stack Overflow page. Following a link on it to the playground added four entries to my history. To go back...
I am not sure where to report this. The play.rust-lang.org instance seems to be having issues as it keeps giving 500 errors to the execute endpoint.  However these errors...
While taking to @dtolnay about #928, we realized that **release** mode procedural macros are rebuilding dependencies (and may always have been). They had this as a suggestion: > The goal...