]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/codemap_tests/empty_span.stderr
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / ui / codemap_tests / empty_span.stderr
index f3e04ef02409b86af8f99f942db21804f974d864..b33dee6b4a472ed04086888a61d93accf8f11e91 100644 (file)
@@ -1,7 +1,7 @@
 error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`, can only be implemented for a struct/enum type, not `&'static main::Foo`
-  --> $DIR/empty_span.rs:18:5
+  --> $DIR/empty_span.rs:17:5
    |
-18 |     unsafe impl Send for &'static Foo { }
+17 |     unsafe impl Send for &'static Foo { }
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error