diff options
| author | cuiweixie <cuiweixie@gmail.com> | 2022-10-22 22:07:07 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-11-02 18:15:21 +0000 |
| commit | 581a822a9ed8fcae4afbc93daa6a74db7d9ea9a2 (patch) | |
| tree | c214cbfff8f602618071cb29cbe20761f0d05c6a /api/next | |
| parent | 03f6d81fc7d52ec53deb94cff69b63d04e689c24 (diff) | |
| download | go-581a822a9ed8fcae4afbc93daa6a74db7d9ea9a2.tar.xz | |
regexp: add ErrLarge error
For #56041
Change-Id: I6c98458b5c0d3b3636a53ee04fc97221f3fd8bbc
Reviewed-on: https://go-review.googlesource.com/c/go/+/444817
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: xie cui <523516579@qq.com>
Diffstat (limited to 'api/next')
| -rw-r--r-- | api/next/56041.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/56041.txt b/api/next/56041.txt new file mode 100644 index 0000000000..19cb164e7b --- /dev/null +++ b/api/next/56041.txt @@ -0,0 +1,2 @@ +pkg regexp/syntax, const ErrLarge = "expression too large" #56041 +pkg regexp/syntax, const ErrLarge ErrorCode #56041 |
