Rachael Pai

Results 3 issues of Rachael Pai

Traditional Chinese translation for 4.20 Drop Chapter.

4.8 節的範例沒有文中出現的 borrow Error. 也找不到可以參考的原始檔. 因為書中原始檔 github 連結已經失效 ``` let y: &i32; let x = 5; y = &x; println!("{}", y); ```` 以上在rustc 可以正確 compile, 但書中說應該出現 error: `x` does not...

When RPC service has some issues, the ping status is misleading. The result can only reflect the user experience for the people who use the same RPC service with the...