]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/issue-88844.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / typeck / issue-88844.stderr
1 error[E0412]: cannot find type `Stuct` in this scope
2   --> $DIR/issue-88844.rs:6:6
3    |
4 LL | struct Struct { value: i32 }
5    | ------------- similarly named struct `Struct` defined here
6 ...
7 LL | impl Stuct {
8    |      ^^^^^ help: a struct with a similar name exists: `Struct`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0412`.