Encountered errors [...]
resolving bounds after type-checking [rustc 1.28.0-nightly (952f344cd 2018-05-18)]
#50885
Labels
A-inference
Area: Type inference
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When using shred-derive to
#[derive(SystemData)]
, I am encountering this error:Implementing
Default
forThing
does allow the program to compile.I tried this code:
src/lib.rs:
Cargo.toml:
I expected to see this happen: Compile (or at least a compile error)
Instead, this happened: Compiler panicked!
Meta
Backtrace:
The text was updated successfully, but these errors were encountered: