Closed
Description
Added , ToStr
to an impl and the compiler ICEd with
rust: task failed at 'multiple traits!!', /Users/jessejones/Source/Third_Party/rust/src/rustc/metadata/encoder.rs:716
error: internal compiler error: unexpected failure
Was not able to boil this down to a simple repro, but rrdf commit 8fe284d4d08677d00a3eefb5180549d43faeec98 fails with rust from master on Sep 1.
Was able to work around this by adding a dedicated ToStr impl.