Home
last modified time | relevance | path

Searched refs:compile_probe (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/proc-macro2/
Dbuild.rs75 if compile_probe(false) { in main()
82 if compile_probe(true) { in main()
125 fn compile_probe(rustc_bootstrap: bool) -> bool { in compile_probe() function