blob: 71a735687c1e71aa23398a63a55dc5f45f49d22a (
plain)
1
2
3
4
5
|
error: dynamize failure: there exists a same-named method generic with different bounds
--> src/bin/method_generics_conflict.rs:4:10
|
4 | fn b<A: std::fmt::Display>(&self, a: A);
| ^
|