Y
Hacker News
new
|
ask
|
show
|
jobs
by
cozzyd
886 days ago
I thought the justification for Rust having an unstable ABI is so such things like binary representations of types could change?
1 comments
swiftcoder
886 days ago
The binary representation could change, yes, but collapsing two distinct types into one would cause actual logic errors in existing code (i.e. this is an API change, not an ABI change)
link