|
|
|
|
|
by GolDDranks
575 days ago
|
|
By linking both and not allowing mixing types, i.e. it considers types from a totally unrelated with types from b. Also, Rust compiles the whole world at once, so any ABI breakage from mixing code from different compiler versions doesn't happen. (Editions are different thing from compiler versions, a single version of the compiler supports multiple editions.) |
|