-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rustdoc ICE with invalid intra rustdoc links #52611
Comments
I think it's actually the @rust-lang/compiler which should handle this bug since it's coming from |
As far as I can tell the issue is that when rustdoc is looking up an associated item here: |
Thanks @varkor! I'll take a look into it. |
You want to match on |
…=varkor Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
…=eddyb Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
…=eddyb Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
…=eddyb Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
…=eddyb Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
The following code including an intra rustdoc link (#43466) crashes
cargo doc
(rustc 1.29.0-nightly (874dec25e 2018-07-21)
):With the following output:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: