diff --git a/src/ch15-01-box.md b/src/ch15-01-box.md index a7af7131c4..2b9a51b306 100644 --- a/src/ch15-01-box.md +++ b/src/ch15-01-box.md @@ -128,7 +128,7 @@ Listing 15-3: Filename: src/main.rs -```rust,ignore +```rust,ignore,does_not_compile use crate::List::{Cons, Nil}; fn main() {