Ixrec / rust-orphan-rules

An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules
Apache License 2.0
194 stars 3 forks source link

Embrace Incoherence #10

Open Ixrec opened 6 years ago

Ixrec commented 6 years ago

When confronted with an orphan rule error you can't or don't want to work around, the obvious answer is to simply get rid of the orphan rules.

I already covered why we probably shouldn't do this in https://github.com/Ixrec/rust-orphan-rules/blob/master/README.md#whats-wrong-with-incoherence.