-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
remove deprecated APIs missed in #30182 #30351
Conversation
issue = "27777")] | ||
#[rustc_deprecated(since = "1.5.0", reason = "replaced with ... syntax")] | ||
#[allow(deprecated)] | ||
pub struct RangeInclusive<A> { |
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.
We actually decided to leave this in for now as the replacement, ...
syntax, has not yet been implemented.
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.
Ah, I see; only ..
is implemented. Restored.
85f4a20
to
e236216
Compare
Ah, didn't know #30352 was in flight. Removed the stage0 stuff |
@bors: r+ d9dc69d731fba85b70bb72d408c770add5fd6c23 |
🙀 |
@bors: r+ e236216ddbae5939a7e2121f2349a8569c42c1a0 |
e236216
to
7fd1260
Compare
@alexcrichton CI failed because of the MutableByteVector test since #30182 removed the public reexport of slice::bytes. I've added that reexport back. |
7fd1260
to
c8c41d3
Compare
`match-arm-statics` covers this, but needs to be compiled with debuginfo. However, that still produces an ICE. See rust-lang#29696.
c8c41d3
to
d477708
Compare
r? @alexcrichton