January 2018
Beginner to intermediate
454 pages
10h 8m
English
Just like this flag name states, ignore makes the block code ignored. As simple as that. It'll still get the Rust syntax color once rendered in the documentation. For example:
/// ```ignore /// let x = 0; /// ```
However, once rendered, it'll have a graphical notification about the fact that this block code isn't tested:

And when you hover over the
sign:

Now let's continue with compile_fail!