This regression was found by the 1.98 beta crater run.
[INFO] [stdout] error[E0228]: cannot deduce the lifetime bound for this trait object type from context
[INFO] [stdout] --> src/experiment/mod.rs:255:41
[INFO] [stdout] |
[INFO] [stdout] 255 | type IntoIter<'a> = T::Iter<'a, dyn Example>
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] help: please supply an explicit bound
[INFO] [stdout] |
[INFO] [stdout] 255 | type IntoIter<'a> = T::Iter<'a, dyn Example + /* 'a */>
[INFO] [stdout] | ++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0228`.
This regression was found by the 1.98 beta crater run.