https://issues.dlang.org/show_bug.cgi?id=17144
Issue ID: 17144
Summary: [REG 2.071] local imports became invisible
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
struct A
{
import core.stdc.stdio;
}
void f()
{
A.puts("a");
}
Should give deprecation instead of an error.
--
