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 Jun 27, 2018. It is now read-only.
UPDATE: This happens because format depends on rustfmt's returning non-zero exit code when errors happened.
I've tried reverting PR #191 (just to make sure) but the issue remains. So this must've been there from before. I'll see if I can figure out a fix...this is irrelevant
EDIT: To test when it works:
put only this in rust-playpen then press Format:
a backtick character
or d
(yep, 1 char things)
Now output isn't inserted into editor, because exit code is non-zero in both above cases.
The text was updated successfully, but these errors were encountered:
UPDATE: This happens because format depends on rustfmt's returning non-zero exit code when errors happened.
I've tried reverting PR #191 (just to make sure) but the issue remains. So this must've been there from before. I'll see if I can figure out a fix...this is irrelevantTo test, press [Format] on this code:
https://play.rust-lang.org/?gist=31a52c6d6288b16eda5316f014c94a09&version=stable&backtrace=0
before:

after:

EDIT: To test when it works:
put only this in rust-playpen then press Format:
a backtick character
or
d
(yep, 1 char things)
Now output isn't inserted into editor, because exit code is non-zero in both above cases.
The text was updated successfully, but these errors were encountered: