-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rustup to 2016-03-11 #754
Rustup to 2016-03-11 #754
Conversation
Travis did bother anyway 😃 |
New failures:
|
@Manishearth patience, the right nightly hasn’t been release yet, 😛 $ rustc --version
rustc 1.9.0-nightly (cc62db802 2016-03-09) rust-lang/rust#31710 was merged yesterday (2016-03-10) at 7:41 AM GTM+1. |
Rustup to 1.9.0-nightly (c9629d6 2016-03-10)
match parameter.sty { | ||
TypeVariants::TyRef(_, TypeAndMut {mutbl: MutImmutable, ..}) | | ||
TypeVariants::TyRawPtr(TypeAndMut {mutbl: MutImmutable, ..}) => { | ||
if let ExprAddrOf(MutMutable, _) = argument.node { |
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.
Why is this code using TypeVariants
directly?
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.
No idea, I was like that. I don’t dislike it. I left 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.
Right, but, it should be using ty
.
Ref rust-lang/rust#31710.
For tomorrow’s nightly, don’t bother building it today Travis.