summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2018-06-19 16:22:37 -0700
committerEsteban Küber <esteban@kuber.com.ar>2018-06-19 17:33:14 -0700
commit28cea50a46f4669b94d8332bf64d07e7e5a02d79 (patch)
tree2c80ef675bd6fcb923fac39f4906fd9d7e69c6fb /src/test/ui/codemap_tests
parentd4bfae1319b314f9eb0507f62ac16456ee55f0d0 (diff)
downloadrust-28cea50a46f4669b94d8332bf64d07e7e5a02d79.tar.gz
rust-28cea50a46f4669b94d8332bf64d07e7e5a02d79.zip
Update error code numbers
Diffstat (limited to 'src/test/ui/codemap_tests')
-rw-r--r--src/test/ui/codemap_tests/unicode.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/codemap_tests/unicode.stderr b/src/test/ui/codemap_tests/unicode.stderr
index d2e79a0b47d..4271382ed5b 100644
--- a/src/test/ui/codemap_tests/unicode.stderr
+++ b/src/test/ui/codemap_tests/unicode.stderr
@@ -1,4 +1,4 @@
-error[E0697]: invalid ABI: found `路濫狼á́́`
+error[E0703]: invalid ABI: found `路濫狼á́́`
   --> $DIR/unicode.rs:11:8
    |
 LL | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
@@ -8,4 +8,4 @@ LL | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0697`.
+For more information about this error, try `rustc --explain E0703`.