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
Now that macro invocations in attributes are eagerly expanded, we can utilize this to replace query_file!("<path>") and variants with query!(include_str!("<path>")), which also gives us the ability to resolve paths relative to the current file (and eliminate about half the query*!() variants, a win for maintainability).
This would also allow use of concat!() and other string-manipulation macros in the input.
anowell, chaoky, felipou, demhadais, cies and 3 more