]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/casts-issue-46365.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / casts-issue-46365.stderr
index 138388f29765f82227653d1f7d467e28f48e8874..91edfaf410ea6e63a6ebc625be8da2d8466e4b42 100644 (file)
@@ -1,9 +1,9 @@
 error[E0412]: cannot find type `Ipsum` in this scope
-  --> $DIR/casts-issue-46365.rs:12:12
+  --> $DIR/casts-issue-46365.rs:2:12
    |
 LL |     ipsum: Ipsum //~ ERROR cannot find type `Ipsum`
    |            ^^^^^ not found in this scope
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0412"
+For more information about this error, try `rustc --explain E0412`.