16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
//! ```
|
|
//! // not hidden #
|
|
//! #![feature(x)]
|
|
//! # // hidden #
|
|
//! # #![feature(x)]
|
|
//! ```
|
|
|
|
/**
|
|
* ```
|
|
* // not hidden #
|
|
* #![feature(x)]
|
|
* # // hidden #
|
|
* # #![feature(x)]
|
|
* ```
|
|
*/
|