const regexp/syntax.ErrLarge

5 uses

	regexp/syntax (current package)
		parse.go#L48: 	ErrLarge                 ErrorCode = "expression too large"
		parse.go#L164: 		panic(ErrLarge)
		parse.go#L208: 		panic(ErrLarge)
		parse.go#L898: 		case ErrLarge: // too big
		parse.go#L899: 			err = &Error{Code: ErrLarge, Expr: s}