]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/gated-plugin_registrar.rs
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton
[rust.git] / src / test / compile-fail / gated-plugin_registrar.rs
index d716c53e1d18ce68c4db2f1a79f42b7c9802cae4..9cdebde7b7b9879946e83a4aaf2c274540cf6cda 100644 (file)
@@ -15,5 +15,4 @@
 #[plugin_registrar]
 pub fn registrar() {}
 //~^ ERROR compiler plugins are experimental
-//~| HELP add #![feature(plugin_registrar)] to the crate attributes to enable
 fn main() {}