- Notifications
You must be signed in to change notification settings - Fork14.1k
Usestd::path::absolute in bootstrap#126488
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
rustbot commentedJun 14, 2024
rustbot has assigned@albertlarsan68. Use |
rustbot commentedJun 14, 2024
This PR modifies If appropriate, please update |
albertlarsan68 commentedJun 14, 2024
Thanks for the PR! |
bors commentedJun 14, 2024
This comment has been minimized.
This comment has been minimized.
ChrisDenton commentedJun 14, 2024
That's a weird failure and seems unrelated. I'm sure I've seen that before somewhere though. |
ChrisDenton commentedJun 14, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Edit: sorry for the spurious ping. That's my failure it's just that rustbot pointed to the wrong thing. Sorry again! |
ChrisDenton commentedJun 14, 2024
So it turned out I missed a test. Removed now. |
ChrisDenton commentedJun 15, 2024
CI is green @bors r=albertlarsan68 |
bors commentedJun 15, 2024
…an68Use `std::path::absolute` in bootstrap`std::path::absolute` is now stable in 1.79 so we can get rid of the copy-pasted version.
…iaskrgrRollup of 10 pull requestsSuccessful merges: -rust-lang#125829 (rustc_span: Add conveniences for working with span formats) -rust-lang#126279 (Migrate `inaccessible-temp-dir`, `output-with-hyphens` and `issue-10971-temps-dir` `run-make` tests to `rmake`) -rust-lang#126361 (Unify intrinsics body handling in StableMIR) -rust-lang#126417 (Add `f16` and `f128` inline ASM support for `x86` and `x86-64`) -rust-lang#126424 ( Also sort `crt-static` in `--print target-features` output) -rust-lang#126428 (Polish `std::path::absolute` documentation.) -rust-lang#126429 (Add `f16` and `f128` const eval for binary and unary operationations) -rust-lang#126448 (End support for Python 3.8 in tidy) -rust-lang#126488 (Use `std::path::absolute` in bootstrap) -rust-lang#126511 (.mailmap: Associate both my work and my private email with me)r? `@ghost``@rustbot` modify labels: rollup
…iaskrgrRollup of 9 pull requestsSuccessful merges: -rust-lang#125829 (rustc_span: Add conveniences for working with span formats) -rust-lang#126361 (Unify intrinsics body handling in StableMIR) -rust-lang#126417 (Add `f16` and `f128` inline ASM support for `x86` and `x86-64`) -rust-lang#126424 ( Also sort `crt-static` in `--print target-features` output) -rust-lang#126428 (Polish `std::path::absolute` documentation.) -rust-lang#126429 (Add `f16` and `f128` const eval for binary and unary operationations) -rust-lang#126448 (End support for Python 3.8 in tidy) -rust-lang#126488 (Use `std::path::absolute` in bootstrap) -rust-lang#126511 (.mailmap: Associate both my work and my private email with me)r? `@ghost``@rustbot` modify labels: rollup
Rollup merge ofrust-lang#126488 - ChrisDenton:absolute, r=albertlarsan68Use `std::path::absolute` in bootstrap`std::path::absolute` is now stable in 1.79 so we can get rid of the copy-pasted version.
Uh oh!
There was an error while loading.Please reload this page.
std::path::absoluteis now stable in 1.79 so we can get rid of the copy-pasted version.