Uh oh!
There was an error while loading. Please reload this page.
Remove anonymous trait params from 2018 and beyond - #53612
Conversation
rust-highfive
commented
Aug 22, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Aug 22, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Aug 22, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
There was a problem hiding this comment.
I think the copyright notice has to be the first thing in the file.
There was a problem hiding this comment.
Ah, thanks. I didn't notice I had done that.
mark-i-m
commented
Aug 22, 2018
Actually, if we wait for #53617, we won't need the license at all. |
rust-highfive
commented
Aug 22, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
mark-i-m
commented
Aug 22, 2018
Ugh... The line numbers changed. I will wait until the license isn't needed and then fix. |
petrochenkov
commented
Aug 22, 2018
r=me after fixing tests |
20f24c4 to
b32b6e8Comparemark-i-m
commented
Aug 24, 2018
Tests should be fixed hopefully (this is taking a while to run locally) |
mark-i-m
commented
Aug 25, 2018
@petrochenkov time for another review? Thanks! |
petrochenkov
commented
Aug 25, 2018
@bors r+ |
bors
commented
Aug 25, 2018
📌 Commit b32b6e8 has been approved by |
bors
commented
Aug 25, 2018
…enkov Remove anonymous trait params from 2018 and beyond cc @Centril@nikomatsakis cc #41686rust-lang/rfcs#2522#53272 This PR removes support for anonymous trait parameters syntactically in rust 2018 and onward. TODO: - [x] Add tests
bors
commented
Aug 26, 2018
☀️ Test successful - status-appveyor, status-travis |
cc @Centril@nikomatsakis
cc #41686rust-lang/rfcs#2522#53272
This PR removes support for anonymous trait parameters syntactically in rust 2018 and onward.
TODO: