Skip to content

Rustup to rustc 1.42.0-nightly (9ff30a781 2019-12-21) #1117

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 21, 2019
Merged

Rustup to rustc 1.42.0-nightly (9ff30a781 2019-12-21) #1117

merged 1 commit into from
Dec 21, 2019

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Dec 21, 2019

No description provided.

@RalfJung
Copy link
Member

Curious, but why did this change?

@bors r+

@bors
Copy link
Contributor

bors commented Dec 21, 2019

📌 Commit d9859c8 has been approved by RalfJung

@bors
Copy link
Contributor

bors commented Dec 21, 2019

⌛ Testing commit d9859c8 with merge a7809bf...

bors added a commit that referenced this pull request Dec 21, 2019
Rustup to rustc 1.42.0-nightly (9ff30a781 2019-12-21)
@bors
Copy link
Contributor

bors commented Dec 21, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: RalfJung
Pushing a7809bf to master...

@bors bors merged commit d9859c8 into master Dec 21, 2019
@RalfJung
Copy link
Member

Oh, could it be rust-lang/rust#64588 ? @matthewjasper did that PR change desugaring for ptr as *mut _/ptr as *const _?

@matthewjasper
Copy link
Contributor

Yes, it did. let p = x as *mut u32; is now let p = &raw mut *x

@RalfJung
Copy link
Member

Curiously though, only with rust-lang/rust#67532 did the rustc toolstate change...

@oli-obk
Copy link
Contributor Author

oli-obk commented Dec 23, 2019

there was a toolstate bug and toolstate got fixed in that rollup

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants