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