]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/block-result/issue-22645.stderr
Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu
[rust.git] / tests / ui / block-result / issue-22645.stderr
index 24341c0f58a80d3f9dc2d71febf5091331af091d..677b40aaa9dadae3099cf32b6c1d7c100cb1b884 100644 (file)
@@ -20,7 +20,7 @@ LL | fn main() {
    |           - expected `()` because of default return type
 LL |   let b = Bob + 3.5;
 LL |   b + 3
-   |   ^^^^^ expected `()`, found struct `Bob`
+   |   ^^^^^ expected `()`, found `Bob`
 
 error: aborting due to 2 previous errors