2020-08-14 17:19:47 -05:00
|
|
|
//! Exports a few trivial procedural macros for testing.
|
|
|
|
|
2023-12-05 04:35:09 -06:00
|
|
|
#![warn(rust_2018_idioms, unused_lifetimes)]
|
2022-07-20 07:59:42 -05:00
|
|
|
|
2021-06-09 10:16:52 -05:00
|
|
|
pub static PROC_MACRO_TEST_LOCATION: &str =
|
|
|
|
include_str!(concat!(env!("OUT_DIR"), "/proc_macro_test_location.txt"));
|