const regexp/syntax.ErrLarge

5 uses

	regexp/syntax (current package)
		parse.go#L47: 	ErrLarge                 ErrorCode = "expression too large"
		parse.go#L163: 		panic(ErrLarge)
		parse.go#L207: 		panic(ErrLarge)
		parse.go#L901: 		case ErrLarge: // too big
		parse.go#L902: 			err = &Error{Code: ErrLarge, Expr: s}