Bee

Results 6 comments of Bee

also managed to reproduce from compiling rust-analyzer, and managed to narrow down the range to going from [68bdf609](https://github.com/rust-lang/rust-analyzer/commit/68bdf609f37a74547d9fbdf28ed22c10f9bcca45) to [a4695788](https://github.com/rust-lang/rust-analyzer/commit/a4695788caa4370136d3df38f9f20d0bb12060fa) this also happens on the most recent nightly i downloaded:...

Reproduces on the latest nightly (`2024-03-10`). With the following starting code: ```rs pub enum GeneralConstId { AnonymousConstId(u32), } pub struct HirDatabaseGroupStorage__ where Self: Send { _key: ::Key, _value: Slot, }...

bisected with [cargo-bisect-rustc](https://github.com/rust-lang/cargo-bisect-rustc) v0.6.8 searched nightlies: nightly-2021-09-09 through nightly-2022-08-05 regressed nightly: nightly-2021-09-19 regressed commit range: [`9dd4ce...aa8f2d`](https://github.com/rust-lang/rust/compare/9dd4ce80fb01d1ff5cb5002f08b7b3847b59e664...aa8f2d432b23575929a48f87b8746f41ba723318) commit list: ``` commit[0] 2021-09-17: Auto merge of #88956 - ehuss:update-cargo, r=ehuss commit[1] 2021-09-17:...

> I guess we could revisit this now? I skimmed the links, but it's not clear to me how well the new Code API matches our extension. Unfortunately, the major...

As of #15876, code actions may send more than one edit as a snippet text edit (e.g. `generate_trait_from_impl`), but only one document may have snippets applied to it. I think...

> * handing of whitespace is a known unknown Whitespace handling could probably be done using an autoformatter, or more reasonably using an autoindenter plus having the make constructors include...