Tried something like this let a = "hello"; match a{ "hello"=>{println!("hello")} }. Error. non-exhaustive patterns: `&_` not covered pattern ...
確定! 回上一頁