-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Deprecate the TupleN
traits, and stop using them internally
#19677
Conversation
@@ -24,6 +24,7 @@ | |||
#![allow(unknown_features)] | |||
#![feature(macro_rules, default_type_params, phase, globs)] | |||
#![feature(unsafe_destructor, import_shadowing, slicing_syntax)] | |||
#![feature(tuple_indexing)] |
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.
I thought tuple_indexing
was un-feature-gated, wans't it?
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.
It was, but the un-feature-gating hasn’t made it into a snapshot yet, so the compiler won’t bootstrap without that.
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.
Yes in master, but it's still feature gated in the current stage-0 snapshot.
Awesome work @japaric, thanks! |
ecf85f3
to
22f0cae
Compare
@alexcrichton Addressed your comment. r? |
Needs a rebase |
22f0cae
to
8b2f65c
Compare
@alexcrichton Rebased, and removed the feature gates I previously added. re-r? |
8b2f65c
to
efd9f23
Compare
Argh windows! y u no pass?! @alexcrichton I think I removed all our usages of |
efd9f23
to
029789b
Compare
r? @alexcrichton or anyone else closes #18006
r? @alexcrichton or anyone else closes #18006
r? @alexcrichton or anyone else
closes #18006