mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
520081721c
After #113716, we can make `#![no_builtins]` crates participate in LTO again. `#![no_builtins]` with LTO does not result in undefined references to the error.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.