Mykhailo Hnap

Results 8 comments of Mykhailo Hnap

I also caught this. It would be great to remove this from the docs. Thanks!

I think this could be a useful lint cause Rust allows shadowing variables, and it's too easy to forget the right name (especially after refactoring). This is a bug I...

I found one solution for this problem - add the `#[backtrace]` attribute to inner `anyhow::Error`, but it requires a nightly. By the way, `map()` is lazy and your test never...

> Can you share more info about your benchmarks? Yes, sure. Sorry for the late response, I tried to make additional benchmarks. Here is some general info about my benchmarks:...

I also bumped into this many times. I understand that currently `Shift + Click` is used to select blocks, but it would be great if this could work as described...

> The trouble is that if you don't add those `= 0`s to all fields, then the `Foo { .. }` syntax in this RFC doesn't work, so regardless of...

> The current `"rust-analyzer.check.workspace": false` is broken in the sense that it does not do `cargo check -p`. To me it seems like it checks the current package and all...

@styvane @lebensterben Hi! Do you need any help to move forward with this PR?