Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
2b861a7410f79ec3efede85d0a8cb48b65f31da0
/
.
/
crates
/
proc-macro-srv
/
proc-macro-test
/
src
/
lib.rs
blob: 6464adb2ca7ac37752d2df4b5426ad8d64d9d365 [
file
] [
log
] [
blame
]
//! Exports a few trivial procedural macros for testing.
pub
static
PROC_MACRO_TEST_LOCATION
:
&
str
=
env
!(
"PROC_MACRO_TEST_LOCATION"
);