diff options
| author | Tim Neumann <mail@timnn.me> | 2017-09-17 13:19:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-17 13:19:02 +0200 |
| commit | 49bc845807b6a30f59f9ec7d309514d805b6865e (patch) | |
| tree | cd0d41317f5cbb294dd54c4947cf082da64293dd /src/rustllvm/RustWrapper.cpp | |
| parent | 2934588c15fc49c5a1071fba60a893dab9aaced7 (diff) | |
| parent | 79f888da6810e9e38918f524b0882b8eaf40e5a1 (diff) | |
| download | rust-49bc845807b6a30f59f9ec7d309514d805b6865e.tar.gz rust-49bc845807b6a30f59f9ec7d309514d805b6865e.zip | |
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
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
