blob: f1b4d9c58f39f596f7c557628725212986355907 [file] [log] [blame]
error: ambiguous lifetime bound in `impl Trait`
--> $DIR/needs_least_region_or_bound.rs:6:55
|
LL | fn no_least_region<'a, 'b>(x: &'a u32, y: &'b u32) -> impl MultiRegionTrait<'a, 'b> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ neither `'a` nor `'b` outlives the other
error: aborting due to previous error