diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-09-12 15:52:51 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-09-30 13:47:12 +0200 |
| commit | 9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124 (patch) | |
| tree | 38c3c3c8ea002ac49ab642f459934a02df33ec93 /src/test/ui/span | |
| parent | cc9db523bec3bf3828c0427a53801f5ffbea4514 (diff) | |
| download | rust-9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124.tar.gz rust-9f978b7f17c3e40b1fb5eb42bc1cfd8cf8338124.zip | |
update tests
Diffstat (limited to 'src/test/ui/span')
| -rw-r--r-- | src/test/ui/span/E0493.stderr | 1 |
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`. |
