]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/issue-17518.stderr
Rollup merge of #57418 - lqd:collector_query, r=michaelwoerister
[rust.git] / src / test / ui / resolve / issue-17518.stderr
index 177b38aae7bb0cd67a1c45f7bf5183d0441125a0..5d080d989446f4efce7d19e449735c764b232d67 100644 (file)
@@ -1,5 +1,5 @@
 error[E0422]: cannot find struct, variant or union type `E` in this scope
-  --> $DIR/issue-17518.rs:16:5
+  --> $DIR/issue-17518.rs:6:5
    |
 LL |     E { name: "foobar" }; //~ ERROR cannot find struct, variant or union type `E`
    |     ^ not found in this scope