mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-04 01:08:47 +00:00
4 lines
179 B
Rust
4 lines
179 B
Rust
//! 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"));
|