Fix unstable Rust code block issue

This commit is contained in:
varkor 2018-04-06 20:04:59 +01:00 committed by Who? Me?!
parent 7193016eea
commit a52c0adf68
1 changed files with 1 additions and 1 deletions

View File

@ -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 { }