-
Notifications
You must be signed in to change notification settings - Fork 14k
stabilize array_windows
#148814
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
base: main
Are you sure you want to change the base?
stabilize array_windows
#148814
Conversation
3d0c420 to
ba46dc3
Compare
This comment has been minimized.
This comment has been minimized.
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
5d304b1 to
7c8b4f8
Compare
This comment has been minimized.
This comment has been minimized.
95aac06 to
f09e732
Compare
This comment has been minimized.
This comment has been minimized.
f09e732 to
1e61a62
Compare
This comment has been minimized.
This comment has been minimized.
1e61a62 to
5880bac
Compare
library/core/src/slice/iter.rs
Outdated
| #[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> {} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad, sorry.
5880bac to
806c043
Compare
Tracking issue: #75027
Closes: #75027
FCP completed: #75027 (comment)