Clean up E0724 explanation

This commit is contained in:
Guillaume Gomez 2020-07-21 21:08:21 +02:00
parent 05630b06fd
commit d6b50d8230

View File

@ -1,4 +1,5 @@
`#[ffi_returns_twice]` was used on non-foreign function.
`#[ffi_returns_twice]` was used on something other than a foreign function
declaration.
Erroneous code example: