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
{{ message }}
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
I'm not sure how I missed this but trailing doc comment support is totally broken as the lexer doesn't treat //= as a doc comment, instead it just omits it from the token stream as it would a standard // comment. Not really sure what to do about this short of hoping trailing doc comments make it upstream into libsyntax or looking for a new syntax.
The text was updated successfully, but these errors were encountered:
I'm not sure how I missed this but trailing doc comment support is totally broken as the lexer doesn't treat
//=
as a doc comment, instead it just omits it from the token stream as it would a standard//
comment. Not really sure what to do about this short of hoping trailing doc comments make it upstream into libsyntax or looking for a new syntax.The text was updated successfully, but these errors were encountered: