mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
389a399a50
Replace -Z default-hidden-visibility with -Z default-visibility Issue #105518
The codegen crate contains the code to convert from MIR into LLVM IR,
and then from LLVM IR into machine code. In general it contains code
that runs towards the end of the compilation process.
For more information about how codegen works, see the rustc dev guide.