mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
//! ```
|
|
//! // not hidden #
|
|
//! #![feature(x)]
|
|
//! # // hidden #
|
|
//! # #![feature(x)]
|
|
//! ```
|
|
|
|
/**
|
|
* ```
|
|
* // not hidden #
|
|
* #![feature(x)]
|
|
* # // hidden #
|
|
* # #![feature(x)]
|
|
* ```
|
|
*/
|