Refactor changes

This commit is contained in:
PankajChaudhary5 2020-03-27 19:16:32 +05:30
parent 28fe986ae3
commit 0d90612952

View File

@ -8,9 +8,9 @@ extern "invalid" fn foo() {} // error!
# fn main() {}
```
At present there the few predefined ABI's (like Rust, C, system, etc.)
which we can use in our Rust code. Please verify the ABI from the
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'.
```
extern "Rust" fn foo() {} // ok!