RustMagazine / rust_magazine_2021

RustMagazine 2021 期刊 (已完结)
https://rustmagazine.github.io/rust_magazine_2021/
MIT License
1.2k stars 113 forks source link

修正unreachable行为描述译文中指代不清的表达 #183

Open Sunshine40 opened 1 year ago

Sunshine40 commented 1 year ago

The phrase “unchecked” is a Rust idiom; this is the “unchecked” version of unreachable, which inserts a run-time check that safely aborts the program should this code ever be reached — or, to be more precise, it triggers a Rust panic.

原文的which从句描述的是 unreachable 的行为,完全保留语序直译为中文后指代产生了歧义。