-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumgood first issue
Description
If documentation for an item is separated by newlines, rust-analyzer doesn't recognize it.
This will show "Example" on hover
/// Example
fn test() {}but this will not.
/// Example
fn test() {}Ran into this because CString has this problem. Removing the newline immediately works around the issue, but editing the source isn't ideal or persistent.
Environment
rust-analyzer commit 1c2d413
VSCode 1.43.2
matklad
Metadata
Metadata
Assignees
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumgood first issue