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