-
Notifications
You must be signed in to change notification settings - Fork 13.4k
5 little typos #110441
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
5 little typos #110441
Conversation
r? @thomcc (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@@ -132,8 +132,8 @@ impl<T: ?Sized> *const T { | |||
/// ``` | |||
#[unstable(feature = "ptr_to_from_bits", issue = "91126")] | |||
#[deprecated( | |||
since = "1.67", | |||
note = "replaced by the `exposed_addr` method, or update your code \ | |||
since = "1.67.0", |
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.
Hmm, was this not set to CURRENT_RUSTC_VERSION
and automatically changed in the release 🤔
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.
No (#95583)
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.
cc @scottmcm :)
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, oops 🙃
TBH, these methods should just be deleted now. The new strict-provenance-related ones are the way forward.
@@ -9,7 +9,7 @@ | |||
// CHECK-LABEL: define{{.*}}i32 @nothing | |||
// CHECK-SAME: [[NOTHING_ATTRS:#[0-9]+]] | |||
// SIZE-OPT: ret i32 4 | |||
// SPEEC-OPT: ret i32 4 | |||
// SPEED-OPT: ret i32 4 |
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, nice catch, since this was just a nop with the typo.
Looks fine. @bors r+ rollup |
💡 This pull request was already approved, no need to approve it again.
|
Ha, just a couple seconds apart on the |
…llaumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#110417 (Spelling compiler) - rust-lang#110441 (5 little typos) - rust-lang#110485 (Fix bootstrap locking) - rust-lang#110488 (Add a failing rustdoc-ui test for public infinite recursive type) - rust-lang#110490 (Bump `download-ci-llvm-stamp` for loong support) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No description provided.