mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
3 lines
136 B
Rust
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");
|