proc_macro_test/
lib.rs

1//! Exports a few trivial procedural macros for testing.
2
3pub static PROC_MACRO_TEST_LOCATION: &str = env!("PROC_MACRO_TEST_LOCATION");