|
@@ -15,6 +15,7 @@ _proc_macro2_rs = static_library(
|
|
override_options: ['rust_std=2021', 'build.rust_std=2021'],
|
|
override_options: ['rust_std=2021', 'build.rust_std=2021'],
|
|
rust_abi: 'rust',
|
|
rust_abi: 'rust',
|
|
rust_args: [
|
|
rust_args: [
|
|
|
|
+ '--cap-lints', 'allow',
|
|
'--cfg', 'feature="proc-macro"',
|
|
'--cfg', 'feature="proc-macro"',
|
|
'--cfg', 'no_literal_byte_character',
|
|
'--cfg', 'no_literal_byte_character',
|
|
'--cfg', 'no_literal_c_string',
|
|
'--cfg', 'no_literal_c_string',
|