Files
rust/src/test/rustdoc
Tim Neumann 49bc845807 Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus
Codeblock color

<img width="1440" alt="screen shot 2017-09-07 at 21 53 58" src="https://user-images.githubusercontent.com/3050060/30183045-4319108e-9419-11e7-98da-da54952cab37.png">

This screenshot has been generated from:

```rust
/// foo
///
/// ```compile_fail
/// foo();
/// ```
///
/// ```ignore
/// goo();
/// ```
///
/// ```
/// let x = 0;
/// ```
pub fn bar() -> usize { 2 }
```

r? @QuietMisdreavus
cc @rust-lang/docs
2017-09-17 13:19:02 +02:00
..
2017-09-11 22:31:05 +02:00
2017-03-16 02:15:10 +01:00
2015-12-12 23:01:27 +03:00
2017-08-10 13:43:59 +08:00
2017-08-30 09:40:43 +02:00
2015-04-07 17:54:33 -07:00
2016-08-17 16:12:37 +12:00
2016-08-17 16:12:37 +12:00
2016-08-17 16:12:37 +12:00
2017-09-01 20:07:04 +12:00
2015-12-15 18:03:55 +09:00
2017-06-24 18:16:39 +01:00
2016-08-19 08:20:06 +12:00
2016-05-20 17:44:31 +05:30
2017-08-07 22:25:15 +02:00
2017-08-24 11:38:58 +02:00
2016-08-17 16:12:37 +12:00
2016-04-06 01:24:49 +09:00