Remove unused automatic cfg bindings #7169
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
driver.rs
has long defined a set of cfg bindings by default, but some of them are no longer used, or have never been used,target_libc
,build_compiler
, andbuild_input
in particular.The text was updated successfully, but these errors were encountered: