Rust compiler fork without orphan rule
github.com
1 thread
TIL this thing exists, haven't tried yet but I am seriously considering it. Orphan rule is something that made me switch to Zig, I am now back and so is orphan rule to get in my way :-/
BTW: It was already discussed many times in rustc repo, and it's clear that there's no serious downside for apps, but no action was taken. I am sharing this in a hope to make some peer pressure...
Removing the orphan rule can be unsound even when checking for conflicts, although it's not clear to me if the version in this repo is unsound.