-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Simplify #[eii] macro using methods on ecx
#150906
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
|
rustbot has assigned @WaffleLapkin. Use |
|
@rustbot review |
0a2008c to
99a8e38
Compare
This comment has been minimized.
This comment has been minimized.
|
r? me looks good, thanks! @bors r+ rollup |
Simplify `#[eii]` macro using methods on ecx
|
☔ The latest upstream changes (presumably #150951) made this pull request unmergeable. Please resolve the merge conflicts. This pull request was unapproved. |
99a8e38 to
d993bd1
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@bors r=kivooeo |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Commit d993bd1 has been unapproved. |
|
Reminder, once the PR becomes ready for a review, use |
|
@bors retry |
|
❗ You can only retry pull requests that are approved and have a previously failed auto build |
|
bors is complicated 😔 |
|
I think spurious? Do you know what this means @GuillaumeGomez? @bors try jobs=x86_64-gnu-tools |
This comment has been minimized.
This comment has been minimized.
Simplify `#[eii]` macro using methods on ecx try-job: x86_64-gnu-tools
|
tested it locally, can't reproduce the failure. Let's keep it approved, I think this was spurious |
|
yeah, seems like everything is fine @bors rollup |
Simplify `#[eii]` macro using methods on ecx
Rollup of 7 pull requests Successful merges: - #147938 (Add const cloning of slices and tests) - #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc) - #150723 (std: move `errno` and related functions into `sys::io`) - #150906 (Simplify `#[eii]` macro using methods on ecx) - #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system) - #150953 (std: sys: fs: uefi: Implement copy) - #150964 (Completely list all unparsed attributes) Failed merges: - #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items)) r? @ghost
Simplify `#[eii]` macro using methods on ecx
Rollup of 7 pull requests Successful merges: - #147938 (Add const cloning of slices and tests) - #149718 (Add freeze file times on Windows) - #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc) - #150906 (Simplify `#[eii]` macro using methods on ecx) - #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system) - #150953 (std: sys: fs: uefi: Implement copy) - #150964 (Completely list all unparsed attributes) Failed merges: - #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items)) r? @ghost
Rollup of 9 pull requests Successful merges: - #147938 (Add const cloning of slices and tests) - #149718 (Add freeze file times on Windows) - #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc) - #150790 (feat: invisible character help string) - #150906 (Simplify `#[eii]` macro using methods on ecx) - #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system) - #150953 (std: sys: fs: uefi: Implement copy) - #150964 (Completely list all unparsed attributes) - #150975 (ui: add test for normalizing const projections with assoc const equality) Failed merges: - #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items)) r? @ghost
Rollup merge of #150906 - eii-ecx-mehods, r=Kivooeo Simplify `#[eii]` macro using methods on ecx
No description provided.