about summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-09-12 15:52:51 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-09-30 13:47:12 +0200
commit9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124 (patch)
tree38c3c3c8ea002ac49ab642f459934a02df33ec93 /src/test/ui/span
parentcc9db523bec3bf3828c0427a53801f5ffbea4514 (diff)
downloadrust-9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124.tar.gz
rust-9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124.zip
update tests
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/E0493.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/span/E0493.stderr b/src/test/ui/span/E0493.stderr
index 7e164ba9681..d05e89e257f 100644
--- a/src/test/ui/span/E0493.stderr
+++ b/src/test/ui/span/E0493.stderr
@@ -6,3 +6,4 @@ LL | const F : Foo = (Foo { a : 0 }, Foo { a : 1 }).1;
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0493`.