1# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json. 2# Do not modify this file as changes will be overridden on upgrade. 3 4LOCAL_DIR := $(GET_LOCAL_DIR) 5MODULE := $(LOCAL_DIR) 6MODULE_CRATE_NAME := proc_macro2 7MODULE_SRCS := \ 8 $(LOCAL_DIR)/src/lib.rs \ 9 10MODULE_RUST_EDITION := 2021 11MODULE_RUSTFLAGS += \ 12 --cfg 'feature="default"' \ 13 --cfg 'feature="proc-macro"' \ 14 --cfg 'feature="span-locations"' \ 15 --cfg 'proc_macro_span' \ 16 --cfg 'span_locations' \ 17 --cfg 'wrap_proc_macro' \ 18 19MODULE_LIBRARY_DEPS := \ 20 external/rust/crates/unicode-ident \ 21 22include make/library.mk 23