Skip to content

errors: re-export ErrUnsupported from stdlib#161

Open
dhartunian wants to merge 1 commit intomasterfrom
davidh/add-errunsupported
Open

errors: re-export ErrUnsupported from stdlib#161
dhartunian wants to merge 1 commit intomasterfrom
davidh/add-errunsupported

Conversation

@dhartunian
Copy link
Copy Markdown
Contributor

@dhartunian dhartunian commented Apr 22, 2026

Summary

  • Re-export errors.ErrUnsupported (added in Go 1.21) from the root errors package for drop-in compatibility with the standard library.

Test plan

  • go build ./... passes
  • go test ./... passes
  • CI passes

This change is Reviewable

The standard library added errors.ErrUnsupported in Go 1.21. Re-export
it from this package for drop-in compatibility.

Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant