Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/
Dfacts.rs55 macro_rules! write_facts_to_path { in write_to_dir() macro
111 fn write_facts_to_path<T>(&self, rows: &[T], file_name: &str) -> Result<(), Box<dyn Error>> in write_facts_to_path() method