Rust doesn't have octal escape sequences. You have to use hexadecimal: println!("\x1b[93mError\x1b[0m");.
確定! 回上一頁