]> git.lizzy.rs Git - rust.git/commit
Add fields to FormattingError
authortopecongiro <seuchida@gmail.com>
Tue, 15 Aug 2017 07:52:11 +0000 (16:52 +0900)
committertopecongiro <seuchida@gmail.com>
Tue, 15 Aug 2017 07:52:11 +0000 (16:52 +0900)
commit4c39e5aeb8f444e4cc258f91c6d07012a9e1424a
tree145868e0393c2b09a89174e44380656edf04002f
parent222ae15c7beeaea774f771e4f19543e332b414b7
Add fields to FormattingError

is_comment is set to true if the error happened inside comment.
line_buffer is the line which overflowed.
src/lib.rs