Doc-tests output - make clickable links

The output of cargo test looks like this:
Doc-tests
src/filters/path.rs - filters::path::end (line 288)

The line number is on the right, far away from the file name.
VSCode can use output text to make it clickable to jump to the file and line number if the syntax is like this:
src/filters/path.rs:288:5

Could Doc-tests output be rearranged to have clickable Line numbers?
like:
src/filters/path.rs:288:5 - filters::path::end

4 Likes

That could make sense. You should suggest this on the github repository instead.

1 Like

Can you point me what repo is adequate ?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.