rustdoc: rustc panicked at 'assertion failed: !self.is_proc_macro(item_id)' #38638
Labels
P-high
High priority
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.
rustdoc panic while generating documentation
Reproduce:
diesel_codegen = { version = "0.9.0" }
#![feature(proc_macro)]
#[macro_use] extern crate diesel_codegen;
pub use <whatever>;
cargo doc
I made a minimal example here:
https://github.com/fluxxu/rustdoc-issue
I expected to see this happen: documentation generated
Instead, this happened:
Backtrace
Meta
The text was updated successfully, but these errors were encountered: