Skip to content

Conversation

@bend-n
Copy link
Contributor

@bend-n bend-n commented Nov 11, 2025

Tracking issue: #75027
Closes: #75027
FCP completed: #75027 (comment)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Nov 11, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2025

r? @scottmcm

rustbot has assigned @scottmcm.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@bend-n bend-n force-pushed the stabilize_array_windows branch 3 times, most recently from 3d0c420 to ba46dc3 Compare November 11, 2025 06:57
@rust-log-analyzer

This comment has been minimized.

@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2025

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

@rustbot rustbot added the T-clippy Relevant to the Clippy team. label Nov 11, 2025
@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the stabilize_array_windows branch from 5d304b1 to 7c8b4f8 Compare November 11, 2025 07:35
@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the stabilize_array_windows branch 2 times, most recently from 95aac06 to f09e732 Compare November 11, 2025 07:46
@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the stabilize_array_windows branch from f09e732 to 1e61a62 Compare November 11, 2025 07:56
@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the stabilize_array_windows branch from 1e61a62 to 5880bac Compare November 11, 2025 08:40
Comment on lines 2206 to 2209
#[stable(feature = "array_windows", since = "CURRENT_RUSTC_VERSION")]
unsafe impl<'a, T: Send, const N: usize> Send for ArrayWindows<'a, T, N> {}
#[stable(feature = "array_windows", since = "CURRENT_RUSTC_VERSION")]
unsafe impl<'a, T: Sync, const N: usize> Sync for ArrayWindows<'a, T, N> {}
Copy link
Member

Choose a reason for hiding this comment

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

Hm, why this were added?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

my bad, sorry.

@bend-n bend-n force-pushed the stabilize_array_windows branch from 5880bac to 806c043 Compare November 11, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for slice::array_windows

5 participants