Lines Matching refs:cfgs
72 cfgs-to-flags = $(patsubst %,--cfg='%',$1)
74 core-cfgs := \
85 $(call cfgs-to-flags,$(core-cfgs))
93 proc_macro2-cfgs := \
100 $(call cfgs-to-flags,$(proc_macro2-cfgs))
102 quote-cfgs := \
112 $(call cfgs-to-flags,$(quote-cfgs))
115 syn-cfgs := \
129 $(call cfgs-to-flags,$(syn-cfgs))
137 pin_init_internal-cfgs := \
144 $(call cfgs-to-flags,$(pin_init_internal-cfgs))
146 pin_init-cfgs := \
152 $(call cfgs-to-flags,$(pin_init-cfgs))
646 --cfgs='core=$(core-cfgs)' $(core-edition) \
647 --cfgs='proc_macro2=$(proc_macro2-cfgs)' \
648 --cfgs='quote=$(quote-cfgs)' \
649 --cfgs='syn=$(syn-cfgs)' \
650 --cfgs='pin_init_internal=$(pin_init_internal-cfgs)' \
651 --cfgs='pin_init=$(pin_init-cfgs)' \