D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 8033 - Named template mixins conflicts with unnamed
Summary: Named template mixins conflicts with unnamed
Status: NEW
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P3 normal
Assignee: No Owner
URL:
Keywords: rejects-valid
Depends on:
Blocks:
 
Reported: 2012-05-04 06:09 UTC by Denis Shelomovskii
Modified: 2024-12-13 17:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Denis Shelomovskii 2012-05-04 06:09:29 UTC
---
mixin template T() {
    void f() { }
}

mixin T t;
mixin T;

void main() {
    f();
}
---
Error: main.A.T!().f at main.d(2) conflicts with main.A.T!().f at main.d(2)
Comment 1 dlangBugzillaToGithub 2024-12-13 17:59:48 UTC
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17548

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB