-
Couldn't load subscription status.
- Fork 13.9k
Use as_chunks in analyze_source_file_sse2
#137360
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
|
r? @Noratrieb rustbot has assigned @Noratrieb. Use |
8d4907e to
7058609
Compare
chunks_exact in analyze_source_file_sse2as_chunks in analyze_source_file_sse2
|
☔ The latest upstream changes (presumably #137237) made this pull request unmergeable. Please resolve the merge conflicts. |
7058609 to
62f5a55
Compare
|
cool! |
…act, r=Noratrieb Use `as_chunks` in `analyze_source_file_sse2` Follow-up to rust-lang#136460. Uses a slightly cleaner method of iterating over chunks of bytes.
Rollup of 6 pull requests Successful merges: - rust-lang#135480 (Don't require method impls for methods with `Self:Sized` bounds for impls for unsized types) - rust-lang#137360 (Use `as_chunks` in `analyze_source_file_sse2`) - rust-lang#137460 (downgrade bootstrap `cc`) - rust-lang#137515 (Update `compiler-builtins` to 0.1.148) - rust-lang#137522 (use stage 2 on cargo and clippy tests when possible) - rust-lang#137597 (Revert accidental cargo submodule update) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#137360 - real-eren:rustc_span/use-chunks-exact, r=Noratrieb Use `as_chunks` in `analyze_source_file_sse2` Follow-up to rust-lang#136460. Uses a slightly cleaner method of iterating over chunks of bytes.
Follow-up to #136460. Uses a slightly cleaner method of iterating over chunks of bytes.