]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/issue-16058.stderr
Rollup merge of #42006 - jseyfried:fix_include_regression, r=nrc
[rust.git] / src / test / ui / resolve / issue-16058.stderr
1 error[E0574]: expected struct, variant or union type, found enum `Result`
2   --> $DIR/issue-16058.rs:19:9
3    |
4 19 |         Result {
5    |         ^^^^^^ not a struct, variant or union type
6    |
7 help: possible better candidates are found in other modules, you can import them into scope
8    | use std::fmt::Result;
9    | use std::io::Result;
10    | use std::thread::Result;
11
12 error: aborting due to previous error
13