rust-analyzer/crates/proc-macro-srv/proc-macro-test/src/lib.rs

3 lines
136 B
Rust

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