]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no_share-struct.stderr
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / no_share-struct.stderr
index 8983b0867898ad6e348889933b5dd25ab95107c1..9ce3a318f1d3ba22e2329c9dd621c6339297c601 100644 (file)
@@ -2,7 +2,9 @@ error[E0277]: `Foo` cannot be shared between threads safely
   --> $DIR/no_share-struct.rs:12:9
    |
 LL |     bar(x);
-   |         ^ `Foo` cannot be shared between threads safely
+   |     --- ^ `Foo` cannot be shared between threads safely
+   |     |
+   |     required by a bound introduced by this call
    |
    = help: the trait `Sync` is not implemented for `Foo`
 note: required by a bound in `bar`