wackbyte
wackbyte
With `rustfmt 1.5.2-nightly (88fb1b92 2023-04-10)`: ### Input code Snippet from some internal documentation I'm writing: ```rs //! - References? //! - Unsound. See this example: //! ```compile_fail //! # use...
### Describe the bug In non-runes mode, destructuring an object with a fallback and then assigning to that variable in a callback does not seem to mutate it. When the...
The `into_text` and `to_text` methods on `Message` currently return a `Result` with tungstenite's error type even though the only error they can produce is a UTF-8 error. I suggest that...
rustup has a `no-self-update` feature flag that disables self-installation for package managers. For example, `rustup self update` on Arch Linux: ```console $ rustup self update error: self-update is disabled for...
[Open VSX](https://open-vsx.org/) is an open-source alternative to the VS Code Marketplace that's used by some distributions of "Code - OSS" (the official open-source version of VS Code) and VSCodium. The...