diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-11-14 14:08:08 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-11-18 11:02:44 -0800 |
| commit | b2e6aef0731990c98a6fb7ac6f890aa359a5e9e6 (patch) | |
| tree | df1407f0fe6c3c53725fcf0f93a5ec293ca86247 /src/test/ui/missing | |
| parent | 83ffda5216a9a4248221b980ee08c30ac6e517f8 (diff) | |
| download | rust-b2e6aef0731990c98a6fb7ac6f890aa359a5e9e6.tar.gz rust-b2e6aef0731990c98a6fb7ac6f890aa359a5e9e6.zip | |
review comments: tweak prefix strings
Diffstat (limited to 'src/test/ui/missing')
| -rw-r--r-- | src/test/ui/missing/missing-return.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/missing/missing-return.stderr b/src/test/ui/missing/missing-return.stderr index 3c8ecdcfbcb..8d8d6b78c19 100644 --- a/src/test/ui/missing/missing-return.stderr +++ b/src/test/ui/missing/missing-return.stderr @@ -6,8 +6,8 @@ LL | fn f() -> isize { } | | | implicitly returns `()` as its body has no tail or `return` expression | - = note: expected type `isize` - found type `()` + = note: expected type `isize` + found unit type `()` error: aborting due to previous error |
