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

error: aborting due to previous error

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