Skip to content

Commit d6b50d8

Browse files
Clean up E0724 explanation
1 parent 05630b0 commit d6b50d8

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)