jsondoclint: False Positive when use
ing enum variants
#104942
Labels
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
jsondoclint currently believes that the item kind's that can appear behind a
use
are the same as the items that can appear in amod
.This isn't true, eg
Produces (abridged)
Causing error
A similar case occors for glob importing enums
errors with
@rustbot modify labels: +A-rustdoc-json +A-testsuite +T-rustdoc
@rustbot claim
The text was updated successfully, but these errors were encountered: