]> 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 c5d8f457ec749b521e0525fe63100f68681a297b..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
@@ -10,4 +10,4 @@ LL | use SomeEnum::E;
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0422"
+For more information about this error, try `rustc --explain E0422`.