You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Run Doctest button does not work properly if the type where the doctest is, includes generic types.
This is probably due to the command not properly escaping the <, > characters.
The output is:
cargo test --doc --package priority-queue -- priority_queue::PriorityQueue<I,P,H>::push --show-output
/bin/bash: line 1: I,P,H: No such file or directory
Compilation exited abnormally with code 1 at Mon Mar 3 23:16:28, duration 0.04 s
Steps to reproduce
Run Doctest on a doc comment with examples including generic types in the path.
Expected behavior
The doctest is run.
Which Language Server did you use?
rust-analyzer
OS
Linux
Error callstack
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
This is related to emacs-rustic/rustic#92 and rust-lang/rust-analyzer#19319
The Run Doctest button does not work properly if the type where the doctest is, includes generic types.
This is probably due to the command not properly escaping the <, > characters.
The output is:
Steps to reproduce
Run Doctest on a doc comment with examples including generic types in the path.
Expected behavior
The doctest is run.
Which Language Server did you use?
rust-analyzer
OS
Linux
Error callstack
Anything else?
No response
The text was updated successfully, but these errors were encountered: