Refactor code
This commit is contained in:
parent
95870e25c6
commit
e5f4dad6c8
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ LL | "invalid-ab_isize"
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0703`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue