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