aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_test/src/lib.rs
blob: 2edf23a63440377ee978c2868ffa2eddd8b7c842 (plain)
1
2
3
4
//! Exports a few trivial procedural macros for testing.

pub static PROC_MACRO_TEST_LOCATION: &str =
    include_str!(concat!(env!("OUT_DIR"), "/proc_macro_test_location.txt"));