An open API service indexing awesome lists of open source software.

https://github.com/ksxgithub/derive-more-error-bug-generic

Bug Report: Error doesn't work with generic
https://github.com/ksxgithub/derive-more-error-bug-generic

bug-report rust

Last synced: over 1 year ago
JSON representation

Bug Report: Error doesn't work with generic

Awesome Lists containing this project

README

          

# Bug Report

## Description

`Error` doesn't work with generic.

## Steps to reproduce

Compile this code with `cargo check`.

## Expected behavior

It compiles.

## Actual behavior

Some incomprehensible error message appears.