This does not work: ```rust impl Foo { fn new() -> Self { // It's this bit that's broken. Self { inner: Plugin::<Md>::new(), } } } ```