Why can't the rust-analyzer allow apply `#[doc(alias = ...)]` to items in enums?
The Rust Programming Language Forum
Why can't the rust-analyzer allow apply `#[doc(alias = ...)]` to items in enums?
I want to apply #[doc(alias = ...)] to items in enums, the grammar allowed it but I can't input EnumName:: to look out the alias of a item. Why? The version of analyzer is 0.4.2987, it is because too old to show the alias?
I want to apply #[doc(alias = ...)] to items in enums, the grammar allowed it but I can't input EnumName:: to look out the alias of a item. Why? The version of analyzer is…
0 comments
No comments yet.