]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no_share-struct.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / no_share-struct.stderr
index 620b5427b9aec7eeb22c4075a17b143cef764a44..f14b06835f9da498667a3f1f43e70b021f7a6d00 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: `Foo` cannot be shared between threads safely
   --> $DIR/no_share-struct.rs:12:9
    |
 LL | fn bar<T: Sync>(_: T) {}
-   |    ---    ---- required by this bound in `bar`
+   |           ---- required by this bound in `bar`
 ...
 LL |     bar(x);
    |         ^ `Foo` cannot be shared between threads safely