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
The format macros seem to be having some trouble parsing an argument that contains super :: and self :: paths, where the white space is significant. Here's an example:
The format macros seem to be having some trouble parsing an argument that contains
super ::
andself ::
paths, where the white space is significant. Here's an example:Errors with:
Notice that a regular module paths work, but the special
super
andself
tokens do not.The text was updated successfully, but these errors were encountered: