]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/unchecked_dirty_clean_metadata.rs
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / test / incremental / unchecked_dirty_clean_metadata.rs
index 4017b4d4ba9aee6085c31b165248d9bae6133e40..917c2c9dbce4f10434ebb49e6b7984d7414785f9 100644 (file)
@@ -33,13 +33,3 @@ fn main() {
     }
 }
 
-struct _Struct {
-    #[rustc_metadata_dirty(cfg="cfail2")]
-    //[cfail2]~^ ERROR found unchecked #[rustc_dirty]/#[rustc_clean] attribute
-    _field1: i32,
-
-    #[rustc_metadata_clean(cfg="cfail2")]
-    //[cfail2]~^ ERROR found unchecked #[rustc_dirty]/#[rustc_clean] attribute
-    _field2: i32,
-}
-