]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/issue-88844.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[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`.