You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend MacroExpansionContext with a build-configuration property
The (optional) build configuration provides information about the
context in which the macro-generated code will be compiled. It allows
one to inspect various aspects of the configuration, including
available attributes and features, the target
architecture/OS/environment/etc., and any custom settings passed via
`-D` on the command line.
0 commit comments