Fix unstable Rust code block issue
This commit is contained in:
parent
1a5d5f1e3b
commit
4f8b7e7e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue