-
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
x doc compiler --open
no longer opens any documentation
#112440
Comments
whoops yeah this is definitely my fault 😅 Line 741 in c28ee60
let krate = to_open.unwrap_or(rustc_driver);
|
@rustbot claim |
@jyn514 What is |
@sigaloid you might need to add a temporary |
That gives me a panic over at Line 697 in c28ee60
|
It fixes the panic, but it doesn't fix the main issue (nothing opens). |
ok, you'll have to figure out why that didn't work and what the proper fix is. |
Ok, some more investigation: the builder wants to open
Is the idea behind your suggested fix, to compile rustc_driver if nothing else is provided, or to open the (assumedly compiled) Forgive the newcomer questions! If anyone wants to fix this before me, feel free - I see the prioritize label :) |
If self.crates == [], that means we should build all the compiler crates. Maybe we need to add back the logic that was there before, to treat rustc_driver as the root? I guess since they're all part of the larger workspace |
title. I ran
x doc compiler --open
and nothing opened, cc #111955 @jyn514 (havent actually checked that PR caused this).x doc rustc_middle --open
still worksThe text was updated successfully, but these errors were encountered: