Nick Cameron
Nick Cameron
I agree this seems like an editor issue.
OK, on consideration, perhaps this should not be a client issue. My thinking was that the RLS already has to do some of this work in other cases, but most...
The way the RLS does this is that rather than do eager import insertion, it offers a lightbulb to suggest inserting an import based on the compiler's suggestion for fixing...
@tomc1998 applying a suggestion to add an import is implemented, yes. There might be something more that Racer (or the RLS) can do
Nobody is working on it or afaik planning to work on it in the new future. I would like to work on it at some point, but I've no idea...
This is due to https://github.com/rust-lang/rust/pull/82399 although I can't figure out why we didn't see a warning before.
I think the problem is using it as an inner attribute (`#![...]`) rather than an outer attribute (`#[...]`). I'm not up to speed with why this is a problem *now*...
I would like this to be a key focus for Cargo in 2019. We're working on a more precise roadmap, but I discuss it in my recent blog post at...
Quoting README and https://github.com/pingcap/talent-plan/pull/7#issuecomment-477341223, so as to keep discussion in one place: > This book is not for novice programmers, but it is for novice Rust programmers. > This course...
I'm on vacation, so I don't have time to give this proper thought until next week. But, some initial things: > this goal of generally conveying practical knowledge I think...