1 2 3 4 5
error: dynamize does not support associated types of a qualified Self --> src/bin/qualified_self_opt.rs:7:31 | 7 | fn test(&self) -> Option<<Self as Foo>::X>; | ^^^^