rust-analyzer
rust-analyzer copied to clipboard
Add `cfg(rust_analyzer)` to docs book?
I noticed that rust-analyzer handles cfg(rust_analyzer). Can we explain this in the documentation?
If possible, should we add it to the cargo? https://github.com/rust-lang/cargo/issues/16310
I think we shouldn't encourage usage of it.
I think we should collectively as a team decide what r-a attributes we want to stabilize (we have #[rust_analyzer::skip], #[rust_analyzer::do_not_complete], #[cfg(rust_analyzer)] and maybe more) and then clearly document them.
<half-joke> do you think we should have a FCP process?
I'm not sure if these are suitable, so I opened an issue