You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISTR that 1.30-beta was only preview-stabilizing edition stuff, but that they'll be unstable in the 1.30 release. So when the current master branch forks off as 1.31-beta, it will still need to bootstrap with that 1.30 stable.
But if cargo is going to keep edition stable in 1.30, then we can go ahead and nuke those.
Activity
matthiaskrgr commentedon Sep 30, 2018
The clippy ones are already fixed upstream: rust-lang/rust-clippy#3242
cuviper commentedon Oct 1, 2018
ISTR that 1.30-beta was only preview-stabilizing edition stuff, but that they'll be unstable in the 1.30 release. So when the current master branch forks off as 1.31-beta, it will still need to bootstrap with that 1.30 stable.
But if cargo is going to keep
edition
stable in 1.30, then we can go ahead and nuke those.RalfJung commentedon Oct 8, 2018
The clippy fix has landed in rustc. RLS also has a fix at rust-lang/rls#1074. What would it take to get that into rustc?
matthiaskrgr commentedon Oct 8, 2018
Needs submodule update, I can do that this afternoon
Rollup merge of rust-lang#54916 - matthiaskrgr:submodules_update, r=o…
Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obk
submodules: update rls from 15d4d4a to 440a985
Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obk