File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
library/core/src/intrinsics Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212//!
1313//! Typical usage will look like this:
1414//!
15- //! ```rust
15+ #![ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
16+ #![ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
1617//! #![feature(core_intrinsics, custom_mir)]
1718//! #![allow(internal_features)]
1819//!
6263//!
6364//! # Examples
6465//!
65- //! ```rust
66+ #![ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
67+ #![ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
6668//! #![feature(core_intrinsics, custom_mir)]
6769//! #![allow(internal_features)]
6870//!
@@ -317,7 +319,8 @@ define!(
317319 ///
318320 /// # Examples
319321 ///
320- /// ```rust
322+ #[ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
323+ #[ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
321324 /// #![allow(internal_features)]
322325 /// #![feature(custom_mir, core_intrinsics)]
323326 ///
You can’t perform that action at this time.
0 commit comments