]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/miri_unleashed/tls.stderr
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / ui / consts / miri_unleashed / tls.stderr
index ebe20348830819ac477d076683126044247692d9..a49e50a3eaa605300c10dd595b09cece98da9e4a 100644 (file)
@@ -2,13 +2,13 @@ error[E0080]: could not evaluate static initializer
   --> $DIR/tls.rs:12:25
    |
 LL |     unsafe { let _val = A; }
-   |                         ^ cannot access thread local static (DefId(0:6 ~ tls[HASH]::A))
+   |                         ^ cannot access thread local static (DefId(0:6 ~ tls[78b0]::A))
 
 error[E0080]: could not evaluate static initializer
   --> $DIR/tls.rs:19:26
    |
 LL |     unsafe { let _val = &A; }
-   |                          ^ cannot access thread local static (DefId(0:6 ~ tls[HASH]::A))
+   |                          ^ cannot access thread local static (DefId(0:6 ~ tls[78b0]::A))
 
 warning: skipping const checks
    |