Shared libraries
Shared libraries
Posted Nov 25, 2025 14:46 UTC (Tue) by farnz (subscriber, #17727)In reply to: Shared libraries by gspr
Parent article: APT Rust requirement raises questions
If you're doing the change downstream, then yes it is quite likely - something as "trivial" to upstream as "add a new variant to an error enum" is a new monomorphization, with the resulting need to recompile everything that knows the layout of that enum.
