-
The created contexts contain punctuation symbols. If a word is just composed of punctuation symbols, it should be skipped and the buffer emptied.
I fixed this is my branch here: https://github.com/…
-
Both in our docs and in some examples, we suggest using a `static mut` for allocating memory for core1's stack:
```
static mut CORE1_STACK: Stack = Stack::new();
[...]
core1.spawn(unsafe { &…
-
When opening [this file](https://github.com/RalfJung/rustc-build-sysroot/blob/6ebd8d6022df6180b5705c71544655757ef23db5/src/lib.rs#L423), RA briefly shows an incorrect warning:
![Image](https://github…
-
I think it would be nice, to have that as a supported tool. binstall fallback is working, but it's still taking a while.
https://github.com/rust-secure-code/cargo-auditable
-
Since the release of version 2.0.14, the installation of our toolchain fails due to missing Rust installation. Version 2.0.13 could be still be installed as binary.
The system is Windows 10 Enterpr…
-
# Proposal
Some of our typing rules depend on the "mode" we're in. Most notably, whether we should force "unknowable" trait goals to be ambiguous during coherence and whether to define or reveal opaq…
-
With UBRN from 7afb49b50990e79efd21a14575f9e9147c254c46 and the following `ubrn.yaml`
```yaml
---
crate:
repo: https://github.com/matrix-org/matrix-rust-sdk
rev: 19b9a73ecc3e31d502dbf0c5850…
-
The context for this is https://github.com/rust-lang/rust/issues/116344: some target features change the way floats are passed between functions. Changing those target features is unsound as code comp…
-
```
git clone https://github.com/leptos-rs/leptos.git
git checkout v0.7.0-rc1
cargo +nightly build --features=nightly
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (854980293 …
-
Currently, `rules_rust`'s `rust-project.json` generation code does not provide enough information for rust-analyzer to know how to launch a unit test. It looks like this and tries to run `cargo` when…