summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-88844.stderr
blob: 68473f65dcf531a368189d1a8727c981b9236631 (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 1 previous error

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