• A
    rustc: Don't export builtins/panic/alloc syms · a5561ce2
    Alex Crichton 提交于
    This hides symbols from various unstable and implementation-detail
    crates of the standard library. Although typically transitive exported
    `pub extern` functions are exported from cdylibs, these crates aren't
    necessary as they're all implementation details.
    
    Closes #34493
    a5561ce2
symbol_export.rs 8.4 KB