diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
| commit | 10924a7138a288f5f717404b49e01f840dcfbcf2 (patch) | |
| tree | ecd35e2758eb830ea1fe820c688a67a6beb0b6e7 /bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output | |
Started kernel and bootloader project. Created a README
Diffstat (limited to 'bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output')
| -rw-r--r-- | bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output new file mode 100644 index 0000000..d3d235a --- /dev/null +++ b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output @@ -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 |
