Home
last modified time | relevance | path

Searched defs:sort_string (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Derror.rs230 pub fn sort_string(self, tcx: TyCtxt<'tcx>) -> Cow<'static, str> { in sort_string() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs1811 let sort_string = |ty: Ty<'tcx>, path: Option<PathBuf>| { in note_type_err() localVariable