File tree 1 file changed +6
-3
lines changed
library/core/src/intrinsics
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
//!
13
13
//! Typical usage will look like this:
14
14
//!
15
- //! ```rust
15
+ #![ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
16
+ #![ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
16
17
//! #![feature(core_intrinsics, custom_mir)]
17
18
//! #![allow(internal_features)]
18
19
//!
62
63
//!
63
64
//! # Examples
64
65
//!
65
- //! ```rust
66
+ #![ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
67
+ #![ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
66
68
//! #![feature(core_intrinsics, custom_mir)]
67
69
//! #![allow(internal_features)]
68
70
//!
@@ -317,7 +319,8 @@ define!(
317
319
///
318
320
/// # Examples
319
321
///
320
- /// ```rust
322
+ #[ cfg_attr( bootstrap, doc = "```rust,ignore" ) ]
323
+ #[ cfg_attr( not( bootstrap) , doc = "```rust" ) ]
321
324
/// #![allow(internal_features)]
322
325
/// #![feature(custom_mir, core_intrinsics)]
323
326
///
You can’t perform that action at this time.
0 commit comments