error: the `min` method cannot be invoked on a trait object --> $DIR/imm-ref-trait-object.rs:2:8 | LL | t.min().unwrap() | ^^^ | = note: you need `&mut dyn std::iter::Iterator` instead of `&dyn std::iter::Iterator` error: aborting due to previous error