serde/precompiled
David Tolnay 6882285be0
Move extern crate proc_macro into each possible lib.rs
This makes it slightly more convenient to use the following as a
Reindeer fixup for those that prefer to build from source:

    extra_mapped_srcs = { "src/lib_from_source.rs" = "src/lib.rs" }

    [platform_fixups.'cfg(all(target_arch = "x86_64", target_os = "linux", target_env = "gnu"))']
    extra_deps = [":proc-macro2", ":quote", ":syn"]

as opposed to checking in a whole new file containing the `extern crate
proc_macro` + `include!("lib_from_source.rs")`.
2023-07-25 18:54:41 -07:00
..
2023-07-23 20:07:32 -07:00
2023-07-19 16:32:59 -07:00
2023-07-19 13:24:36 -07:00
2023-07-19 13:24:36 -07:00
2023-07-19 13:24:36 -07:00