X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fno_send-enum.stderr;h=b5a14b551dc2d799b7200c39cbf6408000b45678;hb=2e03ff1b35fa1a8792fbd187188415111d972b7a;hp=814f3473828e3bd406ee2af575b7735b31c8dafa;hpb=fdee059c9050d8135dc98db8c90b225c9e6b085a;p=rust.git diff --git a/src/test/ui/no_send-enum.stderr b/src/test/ui/no_send-enum.stderr index 814f3473828..b5a14b551dc 100644 --- a/src/test/ui/no_send-enum.stderr +++ b/src/test/ui/no_send-enum.stderr @@ -1,8 +1,10 @@ error[E0277]: `NoSend` cannot be sent between threads safely - --> $DIR/no_send-enum.rs:16:5 + --> $DIR/no_send-enum.rs:16:9 | LL | bar(x); - | ^^^ `NoSend` cannot be sent between threads safely + | --- ^ `NoSend` cannot be sent between threads safely + | | + | required by a bound introduced by this call | = help: within `Foo`, the trait `Send` is not implemented for `NoSend` note: required because it appears within the type `Foo`