]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no_send-enum.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / no_send-enum.stderr
index 8a4b2e9c7a7c14267fb50b210859e6cc5a373216..95a0d77676de8415f0732a22c18714dbe2bb7135 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: `NoSend` cannot be sent between threads safely
   --> $DIR/no_send-enum.rs:16:5
    |
 LL | fn bar<T: Send>(_: T) {}
-   |    ---    ---- required by this bound in `bar`
+   |           ---- required by this bound in `bar`
 ...
 LL |     bar(x);
    |     ^^^ `NoSend` cannot be sent between threads safely