Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
76d153115b079519226c2cae715f9416bccf2ac9
/
.
/
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"
);