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
< bstrie_remorse> now that we have loadable syntax extensions, are we actually
using them for e.g. println! or are we still hardcoding those
into libsyntax?
<@acrichto> not yet
<@acrichto> not yet using them
<@acrichto> I don't think there's a blocker for using them though
We've got a lot of syntax extensions hardcoded into src/libsyntax/ext. That shouldn't be necessary anymore. Fix this terrible hack!