• A
    rustc: Crawl static initializers for reachability · 18ac2656
    Alex Crichton 提交于
    This ensures that private functions exported through static initializers will
    actually end up being public in the object file (so other objects can continue
    to reference the function).
    
    Closes #13620
    18ac2656
issue-13620-1.rs 589 字节