Added backend
This commit is contained in:
parent
0be02352a0
commit
513f437ee6
3429 changed files with 39630 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
cargo:rustc-check-cfg=cfg(fuzzing)
|
||||
cargo:rustc-check-cfg=cfg(no_is_available)
|
||||
cargo:rustc-check-cfg=cfg(no_literal_byte_character)
|
||||
cargo:rustc-check-cfg=cfg(no_literal_c_string)
|
||||
cargo:rustc-check-cfg=cfg(no_source_text)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span_file)
|
||||
cargo:rustc-check-cfg=cfg(proc_macro_span_location)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_build_probe)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
|
||||
cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
|
||||
cargo:rustc-check-cfg=cfg(randomize_layout)
|
||||
cargo:rustc-check-cfg=cfg(span_locations)
|
||||
cargo:rustc-check-cfg=cfg(super_unstable)
|
||||
cargo:rustc-check-cfg=cfg(wrap_proc_macro)
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span.rs
|
||||
cargo:rustc-cfg=wrap_proc_macro
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span_location.rs
|
||||
cargo:rustc-cfg=proc_macro_span_location
|
||||
cargo:rerun-if-changed=src/probe/proc_macro_span_file.rs
|
||||
cargo:rustc-cfg=proc_macro_span_file
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
|
|
@ -0,0 +1 @@
|
|||
/home/patrick/Documents/WebApps/fwt/backend/target/debug/build/proc-macro2-c97b5ac07255faee/out
|
||||
Loading…
Add table
Add a link
Reference in a new issue