about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/ffi_returns_twice.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/ffi_returns_twice.stderr b/src/test/ui/ffi_returns_twice.stderr
index 5a6026c403d..c2105ae1dac 100644
--- a/src/test/ui/ffi_returns_twice.stderr
+++ b/src/test/ui/ffi_returns_twice.stderr
@@ -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`.