Module regex_syntax::error [−][src]
Re-exports
use std::cmp; |
use std::error; |
use std::fmt; |
use std::result; |
use ast; |
use hir; |
Structs
Formatter |
A helper type for formatting nice error messages. |
Spans |
This type represents an arbitrary number of error spans in a way that makes it convenient to notate the regex pattern. ("Notate" means "point out exactly where the error occurred in the regex pattern.") |
Enums
Error |
This error type encompasses any error that can be returned by this crate. |
Functions
repeat_char |
Type Definitions
Result |
A type alias for dealing with errors returned by this crate. |