Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
//! Exports a few trivial procedural macros for testing.

#![warn(rust_2018_idioms, unused_lifetimes)]

pub static PROC_MACRO_TEST_LOCATION: &str =
    include_str!(concat!(env!("OUT_DIR"), "/proc_macro_test_location.txt"));