164039e867
a module See the test case I added (issue-2316-c) for a concrete example. issue-2316 also contains the originally reported test case. resolve was using bitwise or instead of logical or when checking exports, resulting in excessively eager evaluation. A one-line fix that took six hours to isolate ;-)
4 lines
44 B
Rust
4 lines
44 B
Rust
enum cat {
|
|
tabby, calico, tortoiseshell
|
|
}
|