[jsondocck] Add 'pretty' errors for shlex::split #81319
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The following comment causes a panic in jsondocck currently:
// @has "foo
Expected: Pretty error like 'Invalid split pattern on line X'
Current: Giant stack trace, only obvious if you know what that line is doing.
Opening this for tracking and so I don't forget to fix it
The text was updated successfully, but these errors were encountered: