summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/unresolved_static_type_field.stderr
blob: 035dc9b9656ad7d82dd5371f1633c4b76038216d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0425]: cannot find value `cx` in this scope
  --> $DIR/unresolved_static_type_field.rs:9:11
   |
LL |     cx: bool,
   |     -------- a field by that name exists in `Self`
...
LL |         f(cx);
   |           ^^

error: aborting due to previous error

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