Test case: ``` module object; enum Foo {} ``` Before: ``` Error: enum `object.Foo` enum `Foo` must have at least one member ``` After: ``` Error: enum `pr117115.Foo enum `Foo` must have at least one member ``` Introduced by: https://github.com/dlang/dmd/pull/15664
(In reply to Iain Buclaw from comment #0) > After: > ``` > Error: enum `pr117115.Foo enum `Foo` must have at least one member > ``` Oops, copy-paste mistake in the module name, but the odd number of backticks remains the same.
@thewilsonator created dlang/dmd pull request #17004 "Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an …" fixing this issue: - Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty enum declaration https://github.com/dlang/dmd/pull/17004
dlang/dmd pull request #17004 "Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an …" was merged into stable: - f4ee72f350bbb4bddf276edf8d0bebbf481a9f2f by Nicholas Wilson: Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty enum declaration https://github.com/dlang/dmd/pull/17004
dlang/dmd pull request #17069 "Merge stable" was merged into master: - b97828fef45b55541eaefe098e5508f45c27f837 by Nicholas Wilson: Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty enum declaration (#17004) https://github.com/dlang/dmd/pull/17069