diff options
| author | alexey zabelin <zabelin.alex@gmail.com> | 2017-04-28 18:01:06 -0400 |
|---|---|---|
| committer | alexey zabelin <zabelin.alex@gmail.com> | 2017-04-28 18:01:06 -0400 |
| commit | c741bc80320e18093a328fd36955a2d1bfae689b (patch) | |
| tree | 6dac329f0ec0ddfb0e96080b8311465dd172bc8e /src/test | |
| parent | 5312f0c3296bcc20db41010203188813247690f4 (diff) | |
| download | rust-c741bc80320e18093a328fd36955a2d1bfae689b.tar.gz rust-c741bc80320e18093a328fd36955a2d1bfae689b.zip | |
Fix error message label
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/coercion-missing-tail-expected-type.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/coercion-missing-tail-expected-type.stderr b/src/test/ui/coercion-missing-tail-expected-type.stderr index 43222e36ec5..8f08ff34637 100644 --- a/src/test/ui/coercion-missing-tail-expected-type.stderr +++ b/src/test/ui/coercion-missing-tail-expected-type.stderr @@ -5,7 +5,7 @@ error[E0308]: mismatched types | ____________________________^ 14 | | x + 1; 15 | | } - | |_^ expected (), found i32 + | |_^ expected i32, found () | = note: expected type `i32` found type `()` |
