mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
678e01a3fc
By storing the unparsed values in `Config` and then parsing them within `run_compiler`, the parsing functions can use the main symbol interner, and not create their own short-lived interners. This change also eliminates the need for one `EarlyErrorHandler` in rustdoc, because parsing errors can be reported by another, slightly later `EarlyErrorHandler`.