>The post mentions that the majority of the execution occurs in LLVM, especially for optimized builds. In other words, anything Rust related has to be a smaller part of the compile time.
A, true, by the time it hits LLVM Rust's lifetime's analysis has already happened...
A, true, by the time it hits LLVM Rust's lifetime's analysis has already happened...