-
# Proposal
## Background
LLVM [FileCheck] is a LLVM bin tool is that used in our
`tests/{assembly,codegen}` test suites. [FileCheck] directives are not handled
by compiletest (which uses `//@` prefi…
-
This was brought up over [here](https://github.com/rust-lang/rust/issues/93740#issuecomment-1992275013): our current macOS implementation for `Mutex` and `Condvar` use heap allocations. That's unfortu…
-
[Cross posting stackoverflow](https://stackoverflow.com/questions/61491070/why-implementation-of-iterator-is-not-generic-enough-in-async-context) because it's look like a compiler bug/limitation.
-…
-
I tried the following code with the latest nightly toolchain on a MacBook Pro M4 Max device:
```bash
$ rustup run nightly rustc --print target-cpus | head -n2
```
I expected to see this happen:
…
-
@Turbo87 reported the following in [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/index.20archive.20deploy.20key):
> https://github.com/rust-lang/crates.io/pull/7648 im…
-
This is related to https://github.com/rust-lang/rustfmt/issues/5892. To summarize, there are inconsistencies when formatting [Type Alias Bounds](https://doc.rust-lang.org/reference/items/type-aliases.…
-
To reproduce, I had to do:
```console
$ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly generate-lockfile
$ cargo +1.65 check
error[E0277]: `Sender` cannot be shared between thre…
epage updated
3 weeks ago
-
https://doc.rust-lang.org/nightly/reference/attributes/debugger.html#using-debugger_visualizer-with-gdb
https://github.com/rust-lang/rust/blob/ab0f3e680e4fd50218914b8afa6900a67377721c/compiler/rustc_…
-
This is a tracking issue for native link modifier `as-needed`, which is a part of RFC "Linking modifiers for native libraries" (https://github.com/rust-lang/rust/issues/81490, https://github.com/rust-…
-
```
error: could not compile `kime-indicator` (bin "kime-indicator") due to 1 previous error
error: linking with `cc` failed: exit status: 1
|
= note: LC_ALL="C" VSLANG="1033" "cc" "-m64" "/tm…