-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Allow using Slice
Iterator
s in const Contexts
#104491
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@rustbot label +T-libs-api -T-libs |
@rustbot label +S-experimental |
This is the 2nd PR blocked on that PR which in turn is blocked on a bunch of concerns one of which is blocked on another WIP PR. It could take many months for these things to percolate. |
I know, but I made those changes mainly because I wanted to know how much would be required for them. |
@chriss0612, you could r? @ghost when opening a PR so that the PR will not be automatically assigned a reviewer. |
Failed to set assignee to
|
☔ The latest upstream changes (presumably #104591) made this pull request unmergeable. Please resolve the merge conflicts. |
ecd0774
to
fdbc71a
Compare
Currently includes #104100, but DoubleEndedIterator could be made #[const_trait] here and the one for loop that uses a range could be manually converted to a while. For Slices of zero sized types this is currently blocked on #92512, since there is currently not way to find the calculate the length of a zero sized slice without UB. Theoretically So I think that #92512 should be figured out before this is considerd for merging. |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #108538) made this pull request unmergeable. Please resolve the merge conflicts. |
fdbc71a
to
8f7dfd9
Compare
This comment has been minimized.
This comment has been minimized.
@rustbot label -T-compiler |
☔ The latest upstream changes (presumably #109346) made this pull request unmergeable. Please resolve the merge conflicts. |
8f7dfd9
to
9c4bddf
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
☔ The latest upstream changes (presumably #109384) made this pull request unmergeable. Please resolve the merge conflicts. |
Closing this as it is an experiment and blocked on multiple things |
based on #102225 by @fee1-dead