Skip to content

Commit e5f4dad

Browse files
committed
Refactor code
1 parent 95870e2 commit e5f4dad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0703.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Erroneous code example:
66
extern "invalid" fn foo() {} //~ ERROR
77
88
fn main() { }
9-
109
```
1110
At present there the few predefined ABI's (like Rust, C, system, etc.)
1211
which we can use in our Rust code. Please verify the ABI from the

src/test/ui/parser/issue-8537.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ LL | "invalid-ab_isize"
88

99
error: aborting due to previous error
1010

11+
For more information about this error, try `rustc --explain E0703`.

0 commit comments

Comments
 (0)