0.7.0 says: ```rust let exn = match &*ident_s { "DefaultHandler" => Exception::DefaultHandler, "HardFault" => Exception::HardFault, ... } ``` That's the old code.