From a52c0adf6847bedfa0034a4f8e4fb13075d334b2 Mon Sep 17 00:00:00 2001 From: varkor Date: Fri, 6 Apr 2018 20:04:59 +0100 Subject: [PATCH] Fix unstable Rust code block issue --- src/traits-lowering-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traits-lowering-module.md b/src/traits-lowering-module.md index cb3b4a5f..fbf1d642 100644 --- a/src/traits-lowering-module.md +++ b/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 { }