Context-less doc error "doc comment contains an invalid Rust code block" in 1.42 #71908
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I'm getting this warning:
from
cargo doc --no-deps
- thats the entire thing, no file or line information. I think its related to #56884.Adding
-v
doesn't help. Nightly produces better diagnostics, but the origin of the error is outside my crate : so thats still somewhat-oddMeta
rustc --version --verbose
:This is much better in nightly, but the confusing thing - and the reason I'm filing this bug still is that the reported code is outside my crate.
I'm not even sure where in my crate the origin of the problem is :/.
The text was updated successfully, but these errors were encountered: