summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/nested-return-type2-tait.stderr
blob: 4383e8ab3a0cd8efb8c5ead2388f078fb601c748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
warning: opaque type `impl Trait<Assoc = Sendable>` does not satisfy its associated type bounds
  --> $DIR/nested-return-type2-tait.rs:28:24
   |
LL |     type Assoc: Duh;
   |                 --- this associated type bound is unsatisfied for `Sendable`
...
LL | fn foo() -> impl Trait<Assoc = Sendable> {
   |                        ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(opaque_hidden_inferred_bound)]` on by default

warning: 1 warning emitted