]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unique-pinned-nocopy.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / unique-pinned-nocopy.stderr
index 02ce371c8d5efa136448224f9615cf977cc8a7ae..7af9c684b72e3b7e3e809085e1b3f53e015a4b5e 100644 (file)
@@ -13,7 +13,7 @@ LL | / pub struct Box<
 LL | |     T: ?Sized,
 LL | |     #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
 LL | | >(Unique<T>, A);
-   | |________________- doesn't satisfy `Box<R>: Clone`
+   | |_- doesn't satisfy `Box<R>: Clone`
    |
    = note: the following trait bounds were not satisfied:
            `R: Clone`