File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -202,13 +202,15 @@ impl error::Error for Error {
202
202
GroupUnclosed => "unclosed group" ,
203
203
GroupUnopened => "unopened group" ,
204
204
NestLimitExceeded ( _) => "nest limit exceeded" ,
205
+ RepetitionCountDecimalEmpty => {
206
+ "invalid decimal in repetition quantifier"
207
+ }
205
208
RepetitionCountInvalid => "invalid repetition count range" ,
206
209
RepetitionCountUnclosed => "unclosed counted repetition" ,
207
210
RepetitionMissing => "repetition operator missing expression" ,
208
211
UnicodeClassInvalid => "invalid Unicode character class" ,
209
212
UnsupportedBackreference => "backreferences are not supported" ,
210
213
UnsupportedLookAround => "look-around is not supported" ,
211
- _ => unreachable ! ( ) ,
212
214
}
213
215
}
214
216
}
You can’t perform that action at this time.
0 commit comments