Skip to content

Commit c09b5a3

Browse files
committed
Refactor changes
1 parent 0d90612 commit c09b5a3

File tree

1 file changed

+0
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+0
-2
lines changed

src/librustc_error_codes/error_codes/E0703.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Erroneous code example:
44

55
```compile_fail,E0703
66
extern "invalid" fn foo() {} // error!
7-
87
# fn main() {}
98
```
109

@@ -14,6 +13,5 @@ replace the given ABI from 'Rust'.
1413

1514
```
1615
extern "Rust" fn foo() {} // ok!
17-
1816
# fn main() { }
1917
```

0 commit comments

Comments
 (0)