rustc_driver 本质上是 rustc 的 main() 函数。它使用 rustc_interface crate 中定义的接口,按正确顺序执行编译器各个阶段。 rustc_interface crate 为外部用户提供了 ...
確定! 回上一頁