[Issue 12201] New: Crash on bad import within mixed in template
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 18 22:43:48 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12201
Summary: Crash on bad import within mixed in template
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-02-19 08:43:46 EET ---
template T()
{
std.foo bar;
}
struct S
{
mixin T;
import std.stdio;
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list