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