about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-04-06 20:04:59 +0100
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-04-06 14:18:08 -0500
commit4f8b7e7e2aab209991e73ee68a99019ea5fcd474 (patch)
treebdd5d1f83493812e440d095fdd219c1fce1b1119 /src/doc/rustc-dev-guide
parent1a5d5f1e3b092031c34a49cd993200a2652056de (diff)
downloadrust-4f8b7e7e2aab209991e73ee68a99019ea5fcd474.tar.gz
rust-4f8b7e7e2aab209991e73ee68a99019ea5fcd474.zip
Fix unstable Rust code block issue
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/traits-lowering-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/traits-lowering-module.md b/src/doc/rustc-dev-guide/src/traits-lowering-module.md
index cb3b4a5f7e7..fbf1d6425d8 100644
--- a/src/doc/rustc-dev-guide/src/traits-lowering-module.md
+++ b/src/doc/rustc-dev-guide/src/traits-lowering-module.md
@@ -26,7 +26,7 @@ Unit tests are located in [`src/test/ui/chalkify`][chalkify]. A good
 example test is [the `lower_impl` test][lower_impl]. At the time of
 this writing, it looked like this:
 
-```rust
+```rust,ignore
 #![feature(rustc_attrs)]
 
 trait Foo { }