Closed Vild closed 3 years ago
Fixes the import '...' is used as a type error, that in the demos, by replacing the problematic imports with selective imports.
import '...' is used as a type
This looks like a bug in dmd?
The error is caused by this bugfix https://github.com/dlang/dmd/pull/12178. And it only breaks the demos because its modules are top-level.
Ok, thanks.
Fixes the
import '...' is used as a type
error, that in the demos, by replacing the problematic imports with selective imports.