]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/custom-attribute-multisegment.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / custom-attribute-multisegment.rs
index 95cefe53938fb0b0c35a6a96b5c10f3732d5cb68..2434921390245d13248e18dea565fc31ab5bc82f 100644 (file)
@@ -1,7 +1,5 @@
 // Unresolved multi-segment attributes are not treated as custom.
 
-#![feature(custom_attribute)]
-
 mod existent {}
 
 #[existent::nonexistent] //~ ERROR failed to resolve: could not find `nonexistent` in `existent`