I want to print a function's result in the rust-gdb console. fn.rs console rustc -g ./fn.rs rust-gdb ./fn >>> b 6 >>> run >>> print one() Invalid data type ...
確定! 回上一頁