|
|
|
|
|
by hdevalence
576 days ago
|
|
Rust just doesn’t really have linker errors. After 8 years of programming ~exclusively in Rust it’s easy for me to take this for granted by forgetting that linker errors even exist — until I am rudely reminded by occasional issues with C/C++ code that ends up in the dep tree. This property is downstream of the orphan rules, and given the benefit I wouldn’t give them up. |
|