-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dx fmt eats block comments #2751
Copy link
Copy link
Open
Labels
autoformattingRelated to the autofmt crateRelated to the autofmt cratebugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
autoformattingRelated to the autofmt crateRelated to the autofmt cratebugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Currently we have no special handling for block comments in rsx. Only
//and///are supported.Block comments are particularly tricky since you need to identify the end of the block comment which means we now need a block comment parser. This isn't too terrible to actually implement but is not that important for the time being.
Environment:
Questionnaire