]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/unresolved_static_type_field.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / resolve / unresolved_static_type_field.stderr
CommitLineData
32a655c1
SL
1error[E0425]: cannot find value `cx` in this scope
2 --> $DIR/unresolved_static_type_field.rs:19:11
3 |
0531ce1d 4LL | f(cx);
32a655c1
SL
5 | ^^
6 | |
0bf4aa26 7 | `self` value is a keyword only available in methods with `self` parameter
3b2f2976 8 | help: try: `self.cx`
32a655c1 9
041b39d2 10error: aborting due to previous error
32a655c1 11
0531ce1d 12For more information about this error, try `rustc --explain E0425`.