1 2 3 4 5
error: dynamize does not support qualified associated types --> src/bin/qualified_assoc_type.rs:9:24 | 9 | fn test(&self) -> <Self::A as Foo>::B; | ^^^^