1 2 3 4
// error-pattern:get called on error result: ~"kitty" fn main() { log(error, result::get(result::err::<int,str>("kitty"))); }