-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE building Leptos 0.7.0 release candidate #132743
Comments
Note that this was found when building it on docs.rs |
Reduced version of the error: https://github.com/cyrgani/leptos_small Run:
@rustbot label: +S-has-mcve |
With cyrgani's reproducer, @rustbot labels +regression-from-stable-to-stable |
Bisection is now harder because artifacts are gone, but if I am correct I get nightly nightly-2023-02-12 (2773383) which leads to these PRs:
The rustdoc changes I see in #107919 or #107928 are not ringing a bell |
If there are links in doc comments in the repro, then #94857 is likely involved. |
Rollup merge of rust-lang#133105 - bvanjoi:issue-132743, r=petrochenkov only store valid proc macro item for doc link Fixes rust-lang#132743 The definition item can be detected if it is exported in the doc, so store these items rather than skipping. r? `@petrochenkov`
Meta
rustc --version --verbose
:Error output
Backtrace
rustc-ice-2024-11-07T19_36_32-519661.txt
The text was updated successfully, but these errors were encountered: