[Issue 18583] Wrong symbol in error message

2018-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18583 --- Comment #1 from Simen Kjaeraas --- 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 mess

[Issue 18583] Wrong symbol in error message

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18583 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --