← Back to index
|
Original Bugzilla link
Bug 19157 – template instance `object.RTInfo!(Bar)` recursive expansion
Status
NEW
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-08-11T13:32:25Z
Last change time
2024-12-13T19:00:14Z
Assigned to
No Owner
Creator
Jacob Carlborg
Moved to GitHub: dmd#19476 →
Comments
Comment #0
by doob — 2018-08-11T13:32:25Z
Compiling the following code with DMD 2.081.1: struct Foo(T) { void foo() { struct Bar {} Foo!Bar a; } } Foo!int asd() { return Foo!int.init; } Results in the following error message: foo.d(5): Error: template instance `object.RTInfo!(Bar)` recursive expansion
Comment #1
by robert.schadek — 2024-12-13T19:00:14Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/19476
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB