我想在rust-gdb控制台中打印一个函数的结果。 fn.rs: fn one() -> i32 { 1 } fn main() { println!("{}", one()); }. console: rustc -g .
確定! 回上一頁