Searched refs:EmptyClassNotAllowed (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/regex-syntax/src/hir/ |
D | translate.rs | 328 ErrorKind::EmptyClassNotAllowed, in visit_post() 343 ErrorKind::EmptyClassNotAllowed, in visit_post() 849 .error(ast_class.span, ErrorKind::EmptyClassNotAllowed); in hir_unicode_class() 2331 kind: hir::ErrorKind::EmptyClassNotAllowed, in class_unicode_any_empty() 2492 kind: hir::ErrorKind::EmptyClassNotAllowed, in class_bracketed() 2503 kind: hir::ErrorKind::EmptyClassNotAllowed, in class_bracketed() 2660 kind: hir::ErrorKind::EmptyClassNotAllowed, in class_bracketed_nested() 2671 kind: hir::ErrorKind::EmptyClassNotAllowed, in class_bracketed_nested()
|
D | mod.rs | 83 EmptyClassNotAllowed, enumerator 111 EmptyClassNotAllowed => "empty character classes are not allowed", in description()
|