logoalt Hacker News

SkiFire13yesterday at 10:57 PM0 repliesview on HN

Not only that, if you have `trait Foo: Iterator<Item = u8>` and `trait Bar: Iterator<Item = i32>` how could `!` implement both of them? It would simply make the language incoherent.