attempted .def_id() on invalid res: Err
in rustdoc for pub(restricted)
struct fields using derive helper macros
#67006
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-resolve
Area: Name resolution
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Originally from #64705 (comment) and #64705 (comment).
Reduced down to
Cargo.toml
:lib.rs
:backtrace
This bisects to 5c5b8af namely #64694 (cc. @petrochenkov). This may have the same root cause as #64705 because again we're seeing a
Def::Err
in the path forpub(in crate::internal)
.The text was updated successfully, but these errors were encountered: