]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/unresolved_static_type_field.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / resolve / unresolved_static_type_field.stderr
index 262a4983b81a34b6c8ee25426a19e469c8048b91..a5173243787726492b5f9f2e89ddb616c42e6e87 100644 (file)
@@ -1,10 +1,10 @@
 error[E0425]: cannot find value `cx` in this scope
-  --> $DIR/unresolved_static_type_field.rs:19:11
+  --> $DIR/unresolved_static_type_field.rs:9:11
    |
 LL |         f(cx);
    |           ^^
    |           |
-   |           `self` value is only available in methods with `self` parameter
+   |           `self` value is a keyword only available in methods with `self` parameter
    |           help: try: `self.cx`
 
 error: aborting due to previous error