Refactor code

This commit is contained in:
PankajChaudhary5 2020-03-26 13:17:41 +05:30
parent 95870e25c6
commit e5f4dad6c8
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@ Erroneous code example:
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

View file

@ -8,3 +8,4 @@ LL | "invalid-ab_isize"
error: aborting due to previous error
For more information about this error, try `rustc --explain E0703`.