1 2 3 4 5 6 7 8 9
use depcon::*; trait Interface {} struct Implementation; #[provide(bad)] impl Interface for Implementation {} fn main() {}