Skip to content

Commit a203290

Browse files
committedMay 3, 2019
This example doesn't compile but wasn't marked as such
1 parent 1e9a4e9 commit a203290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/ch15-01-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Listing 15-3:
128128

129129
<span class="filename">Filename: src/main.rs</span>
130130

131-
```rust,ignore
131+
```rust,ignore,does_not_compile
132132
use crate::List::{Cons, Nil};
133133
134134
fn main() {

0 commit comments

Comments
 (0)
Please sign in to comment.