数据同步
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
701B

  1. cargo:rustc-check-cfg=cfg(fuzzing)
  2. cargo:rustc-check-cfg=cfg(no_is_available)
  3. cargo:rustc-check-cfg=cfg(no_literal_byte_character)
  4. cargo:rustc-check-cfg=cfg(no_literal_c_string)
  5. cargo:rustc-check-cfg=cfg(no_source_text)
  6. cargo:rustc-check-cfg=cfg(proc_macro_span)
  7. cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
  8. cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
  9. cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
  10. cargo:rustc-check-cfg=cfg(randomize_layout)
  11. cargo:rustc-check-cfg=cfg(span_locations)
  12. cargo:rustc-check-cfg=cfg(super_unstable)
  13. cargo:rustc-check-cfg=cfg(wrap_proc_macro)
  14. cargo:rerun-if-changed=build/probe.rs
  15. cargo:rustc-cfg=wrap_proc_macro
  16. cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP