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