@@ -2992,7 +2992,7 @@ accept %\#v via Formattable.*IRREGULAR: not same as %\#v
29922992
29932993require (?s)innerone.*innertwo
29942994----
2995- &os .PathError{
2995+ &fs .PathError{
29962996 Op: "link",
29972997 Path: "/path/to/file",
29982998 Err: &errbase.opaqueLeaf{
@@ -3009,7 +3009,7 @@ require (?s)innerone.*innertwo
30093009===== non-redactable formats
30103010=====
30113011== %#v
3012- &os .PathError{Op:"link", Path:"/path/to/file", Err:&errbase.opaqueLeaf{
3012+ &fs .PathError{Op:"link", Path:"/path/to/file", Err:&errbase.opaqueLeaf{
30133013 msg: "innerone\ninnertwo",
30143014 details: errorspb.EncodedErrorDetails{
30153015 OriginalTypeName: "github.com/cockroachdb/errors/fmttests/*fmttests.errFmt",
@@ -3028,7 +3028,7 @@ innertwo
30283028== %X = HEX Error(), good
30293029== %+v = Error(), ok
30303030== %#v via Formattable() (IRREGULAR: not same as %#v)
3031- &os .PathError{
3031+ &fs .PathError{
30323032 Op: "link",
30333033 Path: "/path/to/file",
30343034 Err: &errbase.opaqueLeaf{
@@ -3052,7 +3052,7 @@ Wraps: (2) innerone
30523052 |
30533053 | (opaque error leaf)
30543054 | type name: github.com/cockroachdb/errors/fmttests/*fmttests.errFmt
3055- Error types: (1) *os .PathError (2) *errbase.opaqueLeaf
3055+ Error types: (1) *fs .PathError (2) *errbase.opaqueLeaf
30563056=====
30573057===== redactable formats
30583058=====
@@ -3072,7 +3072,7 @@ Wraps: (2) ‹innerone›
30723072 |
30733073 | (opaque error leaf)
30743074 | type name: github.com/cockroachdb/errors/fmttests/*fmttests.errFmt
3075- Error types: (1) *os .PathError (2) *errbase.opaqueLeaf
3075+ Error types: (1) *fs .PathError (2) *errbase.opaqueLeaf
30763076=====
30773077===== Sentry reporting
30783078=====
@@ -3081,10 +3081,10 @@ link ×: ×
30813081×
30823082--
30833083*fmttests.errFmt
3084- *os .PathError
3084+ *fs .PathError
30853085== Extra "error types"
30863086github.com/cockroachdb/errors/fmttests/*fmttests.errFmt (*::)
3087- os/*os .PathError (* ::)
3087+ io/fs/*fs .PathError (os/*os.PathError ::)
30883088== Exception 1 (Module: "error domain: <none>")
30893089Type: "*fmttests.errFmt"
30903090Title: "link ×: ×\n×"
0 commit comments