-
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
Move rustc-guide submodule to rustc-dev-guide #69898
Conversation
|
While the submodule part of this PR is good, extra care should be taken on changing toolstate. There are two requirements on my end for such change:
I'm not deeply familiar with toolstate (cc @kennytm @Mark-Simulacrum), and I need to think a bit more what the best solution for this is. I'll post other comments when I think of something. |
We also have this around rust-lang-nursery/rust-toolstate#16. I know that you are aware @pietroalbini, just sharing for the rest :). |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
IIRC, this was not the case when we first added rustc-dev-guide toolstate |
I think we can fix this now, correct? |
ping @rust-lang/infra Would be great to fix this soon... |
Blocked by proper fix in rust-lang-nursery/rust-toolstate#16. |
r? @kennytm |
71143ae
to
4387a8b
Compare
@rustbot modify labels to -S-blocked +S-waiting-on-author Now that rust-lang-nursery/rust-toolstate#16 is merged, this is unblocked. Maybe do a rebase to see whether the CI becomes green? @spastorino |
Unfortunately this seems to have broken the entire tree - everything eagerly fails on mingw-check job. Applying this patch (#70149) still yields:
|
Co-Authored-By: Mateusz Mikuła <[email protected]>
📌 Commit dcf7004 has been approved by |
|
☀️ Test successful - checks-azure |
@bors treeclosed- |
@Dylan-DPC I guess my power level is too low 😢 |
@bors treeclosed- |
@Xanewok bors doesn't work with closed PRs. Next time you want to open the tree do it in some open PR 😉 |
…ulacrum [beta] backports * Use TypeRelating for instantiating query responses rust-lang#69591 * Move rustc-guide submodule to rustc-dev-guide rust-lang#69898
removing beta-nominated tag, as this was merged into beta channel as part of PR #70848 |
r? @pietroalbini