blob: a49ea3d3bd5de5b0acd3816ff8fd0de0c0778e0b [file] [log] [blame]
error[E0425]: cannot find value `cx` in this scope
--> $DIR/unresolved_static_type_field.rs:19:11
|
LL | f(cx);
| ^^
| |
| `self` value is a keyword only available in methods with `self` parameter
| help: try: `self.cx`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0425`.