Home
last modified time | relevance | path

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

/third_party/rust/crates/glob/src/
Dlib.rs160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument
177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument
442 pub struct PatternError { struct
450 impl Error for PatternError { argument
456 impl fmt::Display for PatternError { implementation
508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument
545 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/
Dmatch_check.rs33 pub(crate) enum PatternError { enum