-
### Describe the bug
If a function returns value other than string, it is silently ignored when fed to an external command via pipe. This is unexpected.
### How to reproduce
/home/ineu ▶ '123' | …
-
I would like to use Rust Analyzer to show hints in my editor of choice.
I know that I can override the command used to feed data to Rust Analyzer.
```json
{
"rust-analyzer.check.overrideCommand":…
-
### Feature Request / Improvement
Based on some testing in Iceberg-Rust https://github.com/apache/iceberg-rust/pull/349#pullrequestreview-2444443544 it came to the light that with PyIceberg the `file…
-
As far as I can see, the specification does not explicitly forbid the following sequence:
1. call `textDocument/completion`
2. change the document, send `textDocument/didChange`
3. call `completionIte…
-
In an error message about mutable global variables (https://github.com/rust-lang/rust/pull/133143) I wanted to link to the book to a chapter explaining how to use `static` with mutable data, but I cou…
-
板子是esp32s3r8n16(正点原子)+esp-idf(已搭建完毕)+rust(有些基础),但是目前并没有结合起来,不知道用esp-idf怎么创建rust项目,请教下该方向是否有实现的可能,看这方面的资料比较少,也不知道在哪里找学习资料qwq,再弱弱问一句大佬们有交流群嘛~
-
### Bug Description
If I declare an `enum` and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but o…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
```rs
fn main() {
let _: Vec = ""
.lines()
.filter_map(|x| {
…
-
As Lina and Janne [reported](https://lore.kernel.org/rust-for-linux/20241123-rust-fix-arraylayout-v1-1-197e64c95bd4@asahilina.net), there was a bug in `AllocLayout::new()`. Although it's fixed, it wou…
-
The JSON encoding of `.google.protobuf.Any` includes the name of the type:
https://github.com/protocolbuffers/protobuf/blob/10c20cefd1f724031760b2d0db725968f2fee41c/src/google/protobuf/any.proto#L1…