Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_fs_util/src/
Dlib.rs58 pub enum LinkOrCopy { enum
66 pub fn link_or_copy<P: AsRef<Path>, Q: AsRef<Path>>(p: P, q: Q) -> io::Result<LinkOrCopy> { in link_or_copy()