Thread overview
[Issue 23417] Confusing error message when assigning non-existent struct field to the same name global variable
Oct 15, 2022
Basile-z
Dec 28, 2022
Iain Buclaw
Apr 11, 2023
RazvanN
October 15, 2022
https://issues.dlang.org/show_bug.cgi?id=23417

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
           Hardware|x86_64                      |All
                 OS|Windows                     |All
           Severity|normal                      |regression

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
The diagnostic that's output is actually the failed UFCS attempt on `bar`. You get the same error message with `bar(f)` for example.

--
December 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23417

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
           Severity|regression                  |normal

--
April 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23417

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |regression

--