1
Fork 0
rust/compiler/rustc_interface
Nicholas Nethercote 678e01a3fc Delay parsing of --cfg and --check-cfg options.
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`.
2023-10-30 13:46:53 +11:00
..
src Delay parsing of --cfg and --check-cfg options. 2023-10-30 13:46:53 +11:00
Cargo.toml Remove an unneeded dependency. 2023-10-28 09:03:51 +11:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00