Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-analyzer
/
11d45c881389dae90b0da5a94cde52c79d0fc7ef
/
.
/
crates
/
proc-macro-srv
/
proc-macro-test
/
imp
/
build.rs
blob: 07f914fece0e242e1f4c354fce87bbed2b8a52a9 [
file
] [
log
] [
blame
]
//! This teaches cargo about our cfg(rust_analyzer)
fn
main
()
{
println
!(
"cargo:rustc-check-cfg=cfg(rust_analyzer)"
);
}