We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[doc=concat!(...)]
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
/// Line 1 #[doc = concat!("Line", " 2")] /// Line 3 pub const X: u8 = 0; const _: u8 = X; // ^ hover doc: Line 1 Line 3
Rust analyzer currently seems to ignore macros in #[doc=...], leading to broken docs for e.g. u32::saturating_add().
#[doc=...]
u32::saturating_add()
rust-analyzer version: 0.4.1225-standalone
0.4.1225-standalone
rustc version: rustc 1.63.0 (4b91a6ea7 2022-08-08)
rustc 1.63.0 (4b91a6ea7 2022-08-08)
The text was updated successfully, but these errors were encountered:
Duplicate of #8092
Sorry, something went wrong.
No branches or pull requests
Rust analyzer currently seems to ignore macros in
#[doc=...]
, leading to broken docs for e.g.u32::saturating_add()
.rust-analyzer version:
0.4.1225-standalone
rustc version:
rustc 1.63.0 (4b91a6ea7 2022-08-08)
The text was updated successfully, but these errors were encountered: