Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs60 static NO_TRIMMED_PATH: Cell<bool> = const { Cell::new(false) }; const
108 NO_TRIMMED_PATH.with(|flag| { in with_no_trimmed_paths()
297 || NO_TRIMMED_PATH.with(|flag| flag.get()) in try_print_trimmed_def_path()