-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Description
Hey,
I have an issue on my macros use. The source code of my macro is here. I can't put the pub keyword and if I call my macro like this :
pub impl_GObjectFunctions!(t1, t2)
The methods aren't public. Am I doing something wrong or is it a compiler's bug ?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)