We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fe986 commit 0d90612Copy full SHA for 0d90612
src/librustc_error_codes/error_codes/E0703.md
@@ -8,9 +8,9 @@ extern "invalid" fn foo() {} // error!
8
# fn main() {}
9
```
10
11
-At present there the few predefined ABI's (like Rust, C, system, etc.)
12
-which we can use in our Rust code. Please verify the ABI from the
13
-given ABI. For example you can replace the given ABI from 'Rust'.
+At present few predefined ABI's (like Rust, C, system, etc.) can be
+used in Rust. Verify that the ABI is predefined. For example you can
+replace the given ABI from 'Rust'.
14
15
16
extern "Rust" fn foo() {} // ok!
0 commit comments