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
There is this $modifiers thing, but it seems to be always empty in the current usage of define_maps!. Is it an artifact of history that should be removed?
@durka my expectation is still that we will use it, that's why it's not been removed yet, but I'm also ok removing it and adding it back later when we want it.
In this macro:
rust/src/librustc/ty/maps.rs
Lines 566 to 569 in faf477a
This will make it easier to grep for a symbol without knowing whether it is a regular function or a query.
Also consider changing the name from
define_maps!
todefine_queries!
(and the module name as well?).As discussed on IRC with @eddyb and @nikomatsakis.
The text was updated successfully, but these errors were encountered: