diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-24 18:56:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 18:56:29 +0900 |
| commit | a816345536b1651bd05d9b9a8eed6db043a5e14d (patch) | |
| tree | a650dea7e1c9ca74543fb58a944fd73d61f51ddc | |
| parent | 0651dd4aab491709ad8387190f3b3f2b8457f7a3 (diff) | |
| parent | d6b50d8230629acd0aa7837942c7da112274848e (diff) | |
| download | rust-a816345536b1651bd05d9b9a8eed6db043a5e14d.tar.gz rust-a816345536b1651bd05d9b9a8eed6db043a5e14d.zip | |
Rollup merge of #74601 - GuillaumeGomez:cleanup-e0724, r=jyn514
Clean up E0724 explanation r? @Dylan-DPC
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0724.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0724.md b/src/librustc_error_codes/error_codes/E0724.md index 7a7ba154854..e8f84d0fc7d 100644 --- a/src/librustc_error_codes/error_codes/E0724.md +++ b/src/librustc_error_codes/error_codes/E0724.md @@ -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: |
