You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compile_fail test for on purpose limited bounds (#393, #392)
Resolves#392
Related to #371
## Synopsis
Before #371 this code would compile without any issues, but that would
actually
hide the problem that the resulting `Debug` implementation was never
applicable, because the bounds could not be satisfied.
## Solution
This problem was already solved by #371, but this adds a test case to
ensure
that we don't regress here again.
0 commit comments