Skip to content

Commit 46864ca

Browse files
varkormark-i-m
authored andcommitted
Fix unstable Rust code block issue
1 parent 6e4286d commit 46864ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits-lowering-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Unit tests are located in [`src/test/ui/chalkify`][chalkify]. A good
2626
example test is [the `lower_impl` test][lower_impl]. At the time of
2727
this writing, it looked like this:
2828

29-
```rust
29+
```rust,ignore
3030
#![feature(rustc_attrs)]
3131
3232
trait Foo { }

0 commit comments

Comments
 (0)