]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-should-say-copy-not-pod.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-should-say-copy-not-pod.stderr
index d0148f418e33b709cdb43231bb600a65cedfe26d..96ffa6f3e06ba835f7e993835f4f19426537a121 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `std::string::String: std::marker::Copy` is not sa
   --> $DIR/error-should-say-copy-not-pod.rs:6:17
    |
 LL | fn check_bound<T:Copy>(_: T) {}
-   |    -----------   ---- required by this bound in `check_bound`
+   |                  ---- required by this bound in `check_bound`
 ...
 LL |     check_bound("nocopy".to_string());
    |                 ^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String`