-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Rename Location::file_with_nul
to file_as_c_str
#145928
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
base: master
Are you sure you want to change the base?
Conversation
@bors try jobs=x86_64-rust-for-linux |
This comment has been minimized.
This comment has been minimized.
Rename `Location::file_with_nul` to `file_as_c_str` try-job: x86_64-rust-for-linux
src/ci/docker/scripts/rfl-build.sh
Outdated
LINUX_VERSION=v6.16-rc1 | ||
LINUX_VERSION=7a0a1152bc8dd86a6f12782595688fcc23e990cd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, Rust didn't get the update to 6.17 yet. In that case, I don't think this will break the RfL job, so this isn't needed after all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am waiting for another PR to get another temporary commit they need. I will do the update after these two land, since that will be the simplest for the PRs.
2d36a83
to
dacae07
Compare
@bors try jobs=x86_64-rust-for-linux |
This comment has been minimized.
This comment has been minimized.
Rename `Location::file_with_nul` to `file_as_c_str` try-job: x86_64-rust-for-linux
@bors r+ rollup |
…lett Rename `Location::file_with_nul` to `file_as_c_str` This renames the method to be consistent with the ongoing T-libs-api FCP found at rust-lang#141727 (comment). I did not rename the unstable feature as we are going to be stabilizing it soon anyway. This will probably break RfL, so it will require an updated commit hash for the Linux Kernel that I will add here soon. r? `@Amanieu`
Rollup of 9 pull requests Successful merges: - #142727 (wasm: rm static mut) - #143193 (Port `#[link]` to the new attribute parsing infrastructure ) - #144864 (No source fixes) - #145913 (Add spin_loop hint for LoongArch) - #145926 (compiletest: Remove several remnants of the old libtest-based executor) - #145928 (Rename `Location::file_with_nul` to `file_as_c_str`) - #145930 (`const`ify (the unstable) `str::as_str`) - #145941 (Disable `integer_to_ptr_transmutes` suggestion for unsized types) - #145953 (Update `icu_list` to 2.0) r? `@ghost` `@rustbot` modify labels: rollup
This renames the method to be consistent with the ongoing T-libs-api FCP found at #141727 (comment).
I did not rename the unstable feature as we are going to be stabilizing it soon anyway. This will probably break RfL, so it will require an updated commit hash for the Linux Kernel that I will add here soon.
r? @Amanieu