We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileMatch
1 parent 99ac405 commit c5408b6Copy full SHA for c5408b6
compiler/rustc_session/src/filesearch.rs
@@ -9,12 +9,6 @@ use std::path::{Path, PathBuf};
9
use crate::search_paths::{PathKind, SearchPath};
10
use rustc_fs_util::fix_windows_verbatim_for_gcc;
11
12
-#[derive(Copy, Clone)]
13
-pub enum FileMatch {
14
- FileMatches,
15
- FileDoesntMatch,
16
-}
17
-
18
#[derive(Clone)]
19
pub struct FileSearch<'a> {
20
sysroot: &'a Path,
0 commit comments