error[E0308]: mismatched types --> $DIR/coerce-suggestion-infer-region.rs:22:17 | LL | Desugared { callback } | ^^^^^^^^ expected `Box>>`, found `Box>>` | = note: expected struct `Box<(dyn for<'a> MyFn<&'a Container<&'a u8>> + 'static)>` found struct `Box<(dyn for<'a> MyFn> + 'static)>` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0308`.