mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
25d2d09da7
Replace run_compiler with RunCompiler builder pattern Fixes #77286. Replaces rustc_driver:run_compiler with RunCompiler builder pattern.