]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/wasm-custom-section-relocations.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / wasm-custom-section-relocations.stderr
index eb8ab2644a330e1451278477495750eb3c2dd541..a37edc51d1975a48c51de04d490057c0d1eecd30 100644 (file)
@@ -2,13 +2,13 @@ error: statics with a custom `#[link_section]` must be a simple list of bytes on
   --> $DIR/wasm-custom-section-relocations.rs:4:1
    |
 LL | pub static A: &[u8] = &[1];
-   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^^^^^^^^
 
 error: statics with a custom `#[link_section]` must be a simple list of bytes on the wasm target with no extra levels of indirection such as references
   --> $DIR/wasm-custom-section-relocations.rs:13:1
    |
 LL | pub static D: &usize = &C;
-   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to 2 previous errors