]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/E0506.mir.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / E0506.mir.stderr
index cf6b8d9c8d1d5938618b6d00181dd6b2e0977fd1..b66c1d129a79a9ab8ce3bb564b8b707ede4f9e63 100644 (file)
@@ -1,5 +1,5 @@
 error[E0506]: cannot assign to `fancy_num` because it is borrowed
-  --> $DIR/E0506.rs:21:5
+  --> $DIR/E0506.rs:11:5
    |
 LL |     let fancy_ref = &fancy_num;
    |                     ---------- borrow of `fancy_num` occurs here