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
support "templated imports" (template t() { import t = foo; })
add special case for imported!"str" because it's defined in object.d and would cause extra semantic passes that we can avoid by hardcoding its functionality
The text was updated successfully, but these errors were encountered:
template t() { import t = foo; }
)imported!"str"
because it's defined in object.d and would cause extra semantic passes that we can avoid by hardcoding its functionalityThe text was updated successfully, but these errors were encountered: