-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Suggest x build library
for a custom toolchain that fails to load core
#113259
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
Conversation
r? Nilstrieb |
@Nilstrieb Yes |
sounds good, it looks correct to me |
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#113253 (Fixed documentation of from<CString> for Rc<CStr>: Arc -> Rc) - rust-lang#113258 (Migrate GUI colors test to original CSS color format) - rust-lang#113259 (Suggest `x build library` for a custom toolchain that fails to load `core`) r? `@ghost` `@rustbot` modify labels: rollup
I'm getting a bunch of local test failures that are probably due to this PR.
My
|
hmm. i forgot that CI sets @mu001999 i think we should revert this for now until we can come up with a way to test it. maybe we can use nornalize-stderr or something like that? it won't guarantee the new error is being emitted but it at least won't break local tests. |
Fixes #113222
r? @jyn514