]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/unique-object-noncopyable.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / unique-object-noncopyable.stderr
index 8626b726f47c45c390ced7879688fbe5aae538e5..5c40787febfb76498c19eff2762d28aa7f36af45 100644 (file)
@@ -19,10 +19,10 @@ LL | | >(Unique<T>, A);
    | |________________- doesn't satisfy `Box<dyn Foo>: Clone`
    |
    = note: the following trait bounds were not satisfied:
-           `dyn Foo: Clone`
-           which is required by `Box<dyn Foo>: Clone`
            `dyn Foo: Sized`
            which is required by `Box<dyn Foo>: Clone`
+           `dyn Foo: Clone`
+           which is required by `Box<dyn Foo>: Clone`
 
 error: aborting due to previous error