Closed
Description
type Err : Debug /*Display*/ + Reifiable + Clone;
...goes to:
type Err: Debug + Reifiable + Clone;
...I agree that I probably should not have put a comment there, though
Originally posted by @paulstansifer in #2781 (comment)