Skip to content

Remove the pop_except_from! macro#742

Open
mrobinson wants to merge 1 commit into
mainfrom
remove-pop-except-from-macro
Open

Remove the pop_except_from! macro#742
mrobinson wants to merge 1 commit into
mainfrom
remove-pop-except-from-macro

Conversation

@mrobinson
Copy link
Copy Markdown
Member

@mrobinson mrobinson commented May 18, 2026

This the first step toward a more generic SIMD optimized path for
scanning ahead and also for a potentially easier way of bailing out of
this loop using the ? Rust operator.

This the first step toward a more generic SIMD optimized path for
scanning ahead and also for a potentially easier way of bailing out of
this loop using the `?` Rust operator.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
@github-actions github-actions Bot added the V-non-breaking A non-breaking change label May 18, 2026
Copy link
Copy Markdown
Member

@simonwuelker simonwuelker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and also for a potentially easier way of bailing out of
this loop using the ? Rust operator.

The unstable Try trait would be very helpful here: rust-lang/rust#84277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

V-non-breaking A non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants