Move proc-macro-test into proc-macro-srv

This commit is contained in:
Lukas Wirth 2023-12-15 14:27:45 +01:00
parent f427f56812
commit c89fd01739
8 changed files with 6 additions and 9 deletions

View file

@ -0,0 +1,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"));