Open asutton opened 9 years ago
Imports currently use the declare() facility to register their ids, currently make this ill-formed:
import std; import std;
The error is that std is not a function. Either allow this or improve the diagnostics.
std
Imports currently use the declare() facility to register their ids, currently make this ill-formed:
The error is that
std
is not a function. Either allow this or improve the diagnostics.