use std::fmt::{Debug, Display}; trait MyMarker {} impl MyMarker for T {} impl MyMarker for T {} //~^ ERROR E0119 fn main() {}