]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unknown-tool-name.rs
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / unknown-tool-name.rs
index 99c336c28cd29c6db14a37e3c37594cf9ad39635..cd2aeb7494a5a3202ea55c6e1001972cfe02877e 100644 (file)
@@ -8,7 +8,5 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(proc_macro_path_invoc)]
-
 #[foo::bar] //~ ERROR failed to resolve. Use of undeclared type or module `foo`
 fn main() {}