Use E0724 instead of E0723 as an error code

This commit is contained in:
gnzlbg 2019-02-23 16:24:14 +01:00
parent fcc0b3e398
commit 94aa74004e
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
error[E0723]: `#[ffi_returns_twice]` may only be used on foreign functions
error[E0724]: `#[ffi_returns_twice]` may only be used on foreign functions
--> $DIR/ffi_returns_twice.rs:5:1
|
LL | #[ffi_returns_twice] //~ ERROR `#[ffi_returns_twice]` may only be used on foreign functions
@ -6,4 +6,4 @@ LL | #[ffi_returns_twice] //~ ERROR `#[ffi_returns_twice]` may only be used on f
error: aborting due to previous error
For more information about this error, try `rustc --explain E0723`.
For more information about this error, try `rustc --explain E0724`.