Uh oh!
There was an error while loading. Please reload this page.
rustc_plugin: Remove support for syntactic plugins - #66647
Conversation
petrochenkov
commented
Nov 22, 2019
This is a full version of #64665 (@matklad@Mark-Simulacrum ) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Nov 22, 2019
r=me with comments addressed (except for the second re. llvm) |
petrochenkov
commented
Nov 23, 2019
ping @rust-lang/compiler @rust-lang/lang |
joshtriplett
commented
Nov 23, 2019
I think I remember us already signing off on the removal of plugins in another issue? I don't think we need to sign off again. |
petrochenkov
commented
Nov 24, 2019
@bors r=Centril |
bors
commented
Nov 24, 2019
📌 Commit f89e6c8 has been approved by |
bors
commented
Nov 24, 2019
bors
commented
Nov 24, 2019
☀️ Test successful - checks-azure |
Remove failing plugin tests. Some rustc plugin features have been removed in rust-lang/rust#66647, so these tests can no longer pass.
This part of the plugin interface was successfully replaced by token-based procedural macros in theory and in practice.
cc #29597
cc #64675
r? @Centril