mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Move proc-macro-test into proc-macro-srv
This commit is contained in:
parent
f427f56812
commit
c89fd01739
8 changed files with 6 additions and 9 deletions
6
crates/proc-macro-srv/proc-macro-test/src/lib.rs
Normal file
6
crates/proc-macro-srv/proc-macro-test/src/lib.rs
Normal 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"));
|
Loading…
Add table
Add a link
Reference in a new issue