fn main() { test_clone(); test_to_owned(); } // compiles and runs fine fn test_clone() { let s1: &'static str = "I am static"; ...
確定! 回上一頁