https://issues.dlang.org/show_bug.cgi?id=20368
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #5 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3786 "Fix 20368 - Remove name conflict for `main` mixin" fixing this issue: - Fix 20368 - Remove name conflict for `main` mixin Use a unique name with override mangle s.t. it doesn't conflict with the user-defined main. Co-authored-by: JinShil <[email protected]> Co-authored-by: Ernesto Castellotti <[email protected]> (see PR's 2861 and 2953) https://github.com/dlang/druntime/pull/3786 --
