]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/union/union-derive-clone.mirunsafeck.stderr
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / ui / union / union-derive-clone.mirunsafeck.stderr
index 65ff72fe474b18b683e5bdd6f85ac0fdd68b90fb..b80e8b988adb174004542d3d5880d1ca5a959164 100644 (file)
@@ -32,9 +32,6 @@ note: trait bound `CloneNoCopy: Copy` was not satisfied
    |
 LL | #[derive(Clone, Copy)]
    |          ^^^^^ unsatisfied trait bound introduced in this `derive` macro
-   = note: the following trait bounds were not satisfied:
-           `CloneNoCopy: Copy`
-           which is required by `U5<CloneNoCopy>: Clone`
 help: consider annotating `CloneNoCopy` with `#[derive(Clone, Copy)]`
    |
 LL | #[derive(Clone, Copy)]