提交 15ad83f1 编写于 作者: B bors

Auto merge of #39389 - Wilfred:patch-2, r=apasel422

Minor grammar fix 'can not' -> 'cannot'

The previous version suggested that the compiler chooses not to check, rather than being unable to check.
...@@ -56,9 +56,9 @@ almost any function that takes a pointer argument isn't valid for all possible ...@@ -56,9 +56,9 @@ almost any function that takes a pointer argument isn't valid for all possible
inputs since the pointer could be dangling, and raw pointers fall outside of inputs since the pointer could be dangling, and raw pointers fall outside of
Rust's safe memory model. Rust's safe memory model.
When declaring the argument types to a foreign function, the Rust compiler can When declaring the argument types to a foreign function, the Rust compiler
not check if the declaration is correct, so specifying it correctly is part of cannot check if the declaration is correct, so specifying it correctly is part
keeping the binding correct at runtime. of keeping the binding correct at runtime.
The `extern` block can be extended to cover the entire snappy API: The `extern` block can be extended to cover the entire snappy API:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册