]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/macro-crate-rlib.rs
Rollup merge of #69807 - GuillaumeGomez:cleanup-e0391, r=Dylan-DPC
[rust.git] / src / test / ui-fulldeps / macro-crate-rlib.rs
index 27145396473fc19c2add65785b7fe1c0f60dbfc7..b5038a58249d2b7c5b20fc07765386988428ae53 100644 (file)
@@ -5,6 +5,6 @@
 #![feature(plugin)]
 #![plugin(rlib_crate_test)]
 //~^ ERROR: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib format
-//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated and will be removed in 1.44.0
+//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
 
 fn main() {}