In the following example, src/emacs.zig:346:21 cannot be clicked.
❯ zig build -Doptimize=Debug -Dcpu=baseline
install
└─ install ghostel-module
└─ compile lib ghostel-module Debug native-native 1 errors
src/emacs.zig:346:21: error: member function expected 2 argument(s), found 1
self.logError(buffer[0..writer.end]);
In the following example,
src/emacs.zig:346:21cannot be clicked.