-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix a bunch of typo #100707
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
Fix a bunch of typo #100707
Conversation
r? @oli-obk (rust-highfive 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
This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in need_type_info.rs cc @lcnr |
|
This comment has been minimized.
This comment has been minimized.
r=me once @5225225's comment is addressed |
r? @davidtwco |
@bors r=dawidtwco rollup=iffy |
📌 Commit 76d3a402c5200b4badff7d486273b46b78b78513 has been approved by It is now in the queue for this repository. |
There's an irony that my name gets typo'd in this PR of all PRs. |
@bors r- |
@bors r+ |
📌 Commit 76d3a402c5200b4badff7d486273b46b78b78513 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #99917) made this pull request unmergeable. Please resolve the merge conflicts. |
We have a no merge policy - could you rebase instead? |
Are you sure you did it correctly? there are still conflicts to be resolved (you can see the conflicting files listed in the space below the CI checks) |
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
Thanks for reminding, the previous push was to remove that merge commit. I believe this time it works. |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b32223f): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
Fix a bunch of typo This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
This PR will fix some typos detected by typos.
I only picked the ones I was sure were spelling errors to fix, mostly in
the comments.