Skip to content

Commit

Permalink
Remove a test case.
Browse files Browse the repository at this point in the history
When dependent qualified types are supported, this runs into
a different bug, #1913, where we generate an infinitely deep
structure. The reduced template here doesn't really make any
sense and wouldn't be encountered in the wild quite like this.

Previously we generated opaque types for this case, so we didn't
run into that bug. We now generate higher-fidelity types and therefore
hit the problem.

I can't see any way to salvage the fundamentals of this test case
without the recursive problem, so I propose to remove it.
  • Loading branch information
adetaylor committed Apr 23, 2021
1 parent 142b91c commit 64ac52f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
27 changes: 0 additions & 27 deletions tests/expectations/tests/issue-544-stylo-creduce-2.rs

This file was deleted.

8 changes: 0 additions & 8 deletions tests/headers/issue-544-stylo-creduce-2.hpp

This file was deleted.

0 comments on commit 64ac52f

Please sign in to comment.