We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05630b0 commit d6b50d8Copy full SHA for d6b50d8
src/librustc_error_codes/error_codes/E0724.md
@@ -1,4 +1,5 @@
1
-`#[ffi_returns_twice]` was used on non-foreign function.
+`#[ffi_returns_twice]` was used on something other than a foreign function
2
+declaration.
3
4
Erroneous code example:
5
0 commit comments