Rustdoc reports broken-intra-doc-links
for Github markdown [!IMPORTANT]
-type blockquotes
#141866
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
I tried this code:
#![doc = include_str!("../README.md")]
I expected to see this happen: Rustdoc at least generating documentation (perhaps not with specialized support for the
[!FOO]
syntax, but at least not error)Instead, this happened: With
env RUSTFLAGS="-D warnings"
, rustdoc errored withunresolved link to '!NOTICE'
Meta
rustc --version --verbose
:rustdoc --version --verbose
:The text was updated successfully, but these errors were encountered: