-
Not entirely sure on the exact rules for when this happens. So far I've worked out that, at least for the test code below on the tested version of rustfmt (1.5.1-nightly 2022-08-01 fe33428):
- It d…
-
The big rustc format made some code I care about much less readable. Here's an example:
```diff
- ref mut local @ LocalValue::Live(Operand::Immediate(_)) |
- ref mut local @ L…
-
When I run `bazel run @rules_rust//:rustfmt`, I'm greeted with the following error. Building rust targets, and even generating rust-project.json is all working fine so I think the issue is with rules_…
-
* rust.vim version: Whatever comes automatically by including `"rust-lang/rust.vim"` in my `plugins.lua` file
* nvchad distro of Neovim.
Steps to reproduce:
In my plugin directory I currently …
-
Kate's LSP client configuration [is its own science](https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-lspclient.html). Therefore I want to share my configuration that includes `ssr` a…
-
with beta:
Backtrace
```
thread 'main' panicked at 'Box', compiler/rustc_errors/src/lib.rs:1679:13
stack backtrace:
0: 0x7f1db46a9cca - std::backtrace_rs::backtrace::libunwind::tra…
-
### Summary
The `tabs_in_doc_comments` complains about tab-indented doctests.
Running `cargo doc` generates nice-looking and correctly-indented documentation when using tabs in this way, so I see no…
-
This is a tracking issue for the experimental feature *generic const items* (RFC pending).
The feature gate for the issue is `#![feature(generic_const_items)]`.
It enables generic parameters and wher…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3672#018dce90-1cda-4657-bd17-c1d293c4677b
Platform: MacOS
Logs:
```
ERROR: /Users/buildkite/builds/bk-imacpro-6/bazel-org-repo…
-
We have header files with the following definition, which should use the largest unsigned long value:
```
#define CK_UNAVAILABLE_INFORMATION ~0UL
```
These are different on 32b and 64b architectures (…