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.
2 parents 685df65 + eb7bc2f commit 5fd4ab5Copy full SHA for 5fd4ab5
src/uu/expr/src/expr.rs
@@ -46,12 +46,12 @@ pub enum ExprError {
46
UnmatchedClosingParenthesis,
47
#[error("Unmatched \\{{")]
48
UnmatchedOpeningBrace,
49
- #[error("Unmatched ) or \\}}")]
50
- UnmatchedClosingBrace,
51
#[error("Invalid content of \\{{\\}}")]
52
InvalidBracketContent,
53
#[error("Trailing backslash")]
54
TrailingBackslash,
+ #[error("Regular expression too big")]
+ TooBigRangeQuantifierIndex,
55
}
56
57
impl UError for ExprError {
0 commit comments