]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/suffixed-literal-meta.rs
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / suffixed-literal-meta.rs
index bf55b7bdcb1def55da516ae84240abe19d0b3876..2e6c3994159cf82864ccd95925d35ecdf13777f4 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(attr_literals)]
-
 #[path = 1usize] //~ ERROR: suffixed literals are not allowed in attributes
 #[path = 1u8] //~ ERROR: suffixed literals are not allowed in attributes
 #[path = 1u16] //~ ERROR: suffixed literals are not allowed in attributes