rust/crates/proc-macro-test/src/lib.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
179 B
Rust
Raw Normal View History

//! Exports a few trivial procedural macros for testing.
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"));