-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating System
Windows
What's the issue you encountered?
This bug only applies to the current nightly build, 1.37.4 does not have this bug.
Using the following pattern:
fn foo_formatter(ref auto functionParameterName) {
return "...";
};
struct Foo {
u8 a;
} [[sealed, format("foo_formatter")]];
Foo foo@0;
The name will be shown as functionParameterName instead of foo. Removing the ref fixes that.
How can the issue be reproduced?
see above
ImHex Version
master@b82c1f051c6e08cd5817dfbf071b1d626d14b285
ImHex Build Type
- Nightly or built from sources
Installation type
Portable from nightly releases
Additional context?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working