errorUnmarshaler873 is used to test error propagation from UnmarshalTOML
| 5020 | |
| 5021 | // errorUnmarshaler873 is used to test error propagation from UnmarshalTOML |
| 5022 | type errorUnmarshaler873 struct{} |
| 5023 | |
| 5024 | func (e *errorUnmarshaler873) UnmarshalTOML([]byte) error { |
| 5025 | return errors.New("intentional error") |
nothing calls this directly
no outgoing calls
no test coverage detected