Open
Description
Listing is
fn main() {
panic!("crash and burn");
}
which definitely panics. Source in book is
<please imagine a triple-quote here which I don't know how to escape>rust,should_panic,panics
{{#rustdoc_include ../listings/ch09-error-handling/no-listing-01-panic/src/main.rs}}
<another triple-quote>
which looks like it's meant to display the panic icon? But in my browser it displays as
with no panicking Ferris.