rust-playground
rust-playground copied to clipboard
The Rust Playground
One important usage of playground is share some code and its compiler output with others, many times using IM software, it would be great if an properly generated output image...
Hello :) I noticed that it's pretty easy for the editor to get cut off at the bottom of the screen in embedded or mobile view. Steps to repro: 1....
[Here's a simple example](https://play.rust-lang.org/?gist=4573fc46ec2187f318ae99942c8db89d&version=stable&mode=debug&edition=2015): ``` use std::io::{stdout, Write}; fn main() { stdout().write(b"\x91"); } ``` The only output, in the "Errors" section, is the message `Sandbox operation failed: Output was not...
It looks like the [nightly update on the playground](https://travis-ci.com/github/integer32llc/rust-playground/jobs/314980971) runs around 8am UTC, i.e., quite considerably after the new nightly has been released. It just happened the second time that...
I am putting the following code into playground: ```rust fn main() { println!("0x00 │ ╾─────alloc777+0──────╼ 2a 00 00 00 00 00 00 00 │ ╾──────╼*......."); println!("0x10 │ 2a 00 00...
In this [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8a20ffa4c0b42de85940f4f11d1f5ef6) fn main() { println!("hello world"); } or similar, using "Test" or "Clippy" gives dead code warnings: Compiling playground v0.0.1 (/playground) warning: function is never used: `main` -->...
Hey team I made a test with the shiny new tool: https://play.rust-lang.org/?gist=118112c0ca3014d3683dfd6db7fa99ef&version=stable Can you enable some the features for the crate?
 On my Firefox build, running version 51.0.1 stable, the `&` symbol appears corrupt as shown above. When Firefox is started in safe mode, the symbols just don't render instead...
I implemented to add a rustfmt.toml modal. I think this modal is useful to resolve rustfmt issues and I really want to use it. Thank you. ref: https://github.com/integer32llc/rust-playground/issues/569