]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unique-object-noncopyable.stderr
Auto merge of #99028 - tmiasko:inline, r=estebank
[rust.git] / src / test / ui / unique-object-noncopyable.stderr
index 5c40787febfb76498c19eff2762d28aa7f36af45..98a9bd07ed21d0ca5d3bfee529a37cd3c42d9635 100644 (file)
@@ -16,7 +16,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<dyn Foo>: Clone`
+   | |_- doesn't satisfy `Box<dyn Foo>: Clone`
    |
    = note: the following trait bounds were not satisfied:
            `dyn Foo: Sized`