Thread overview | |||||
---|---|---|---|---|---|
|
March 09, 2018 [Issue 18583] Wrong symbol in error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18583 --- Comment #1 from Simen Kjaeraas <simen.kjaras@gmail.com> --- Further simplified: struct S { int n; enum t = tmp!n; } string tmp(alias T)() { return ""; } It seems tmp has to be a function template - reducing it to `enum tmp(alias T) = 1;` removes the error message. -- |
December 17, 2022 [Issue 18583] Wrong symbol in error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18583 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 18583] Wrong symbol in error message | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18583 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17849 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation