]> git.proxmox.com Git - rustc.git/blame - tests/ui/resolve/unresolved_static_type_field.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / resolve / unresolved_static_type_field.stderr
CommitLineData
32a655c1 1error[E0425]: cannot find value `cx` in this scope
0731742a 2 --> $DIR/unresolved_static_type_field.rs:9:11
32a655c1 3 |
0531ce1d 4LL | f(cx);
48663c56 5 | ^^ a field by this name exists in `Self`
32a655c1 6
041b39d2 7error: aborting due to previous error
32a655c1 8
0531ce1d 9For more information about this error, try `rustc --explain E0425`.