Fix unstable Rust code block issue
This commit is contained in:
parent
6e4286d387
commit
46864ca971
|
|
@ -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 { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue