Skip to content

Commit a816345

Browse files
authored
Rollup merge of #74601 - GuillaumeGomez:cleanup-e0724, r=jyn514
Clean up E0724 explanation r? @Dylan-DPC
2 parents 0651dd4 + d6b50d8 commit a816345

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/librustc_error_codes/error_codes/E0724.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
`#[ffi_returns_twice]` was used on non-foreign function.
1+
`#[ffi_returns_twice]` was used on something other than a foreign function
2+
declaration.
23

34
Erroneous code example:
45

0 commit comments

Comments
 (0)