Hover information doesn't include doc comments created with concat!
#17345
Labels
C-bug
Category: bug
concat!
#17345
rust-analyzer version: rust-analyzer version: 0.3.1983-standalone (7852a4c 2024-06-02)
rustc version: 1.78.0
code snippet to reproduce:
Hovering over
saturating_add
does not include the example:This seems to be because the doc comment looks like this: https://github.com/rust-lang/rust/blob/master/library/core/src/num/int_macros.rs#L1599
Would it be possible to support this in rust-analyzer?
The text was updated successfully, but these errors were encountered: