summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-88844.stderr
blob: 90bba90be346c3ecfadeb8f7cf4802bd4eafccca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0412]: cannot find type `Stuct` in this scope
  --> $DIR/issue-88844.rs:6:6
   |
LL | struct Struct { value: i32 }
   | ------------- similarly named struct `Struct` defined here
...
LL | impl Stuct {
   |      ^^^^^ help: a struct with a similar name exists: `Struct`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.