Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-test/src/lib.rs')
| -rw-r--r-- | crates/proc-macro-test/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/proc-macro-test/src/lib.rs b/crates/proc-macro-test/src/lib.rs new file mode 100644 index 0000000000..2edf23a634 --- /dev/null +++ b/crates/proc-macro-test/src/lib.rs @@ -0,0 +1,4 @@ +//! 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")); |