mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 13:13:18 +00:00
4 lines
136 B
Rust
4 lines
136 B
Rust
//! Exports a few trivial procedural macros for testing.
|
|
|
|
pub static PROC_MACRO_TEST_LOCATION: &str = env!("PROC_MACRO_TEST_LOCATION");
|