ToSource
implementation is incorrect for signed integers
#18091
Labels
A-syntaxext
Area: Syntax extensions
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
It appears that the
syntax::ext::quote::rt::ToSource
implementation for signed integer types omits the sign.test.rs:
Output after compiling with
rustc 0.13.0-nightly (40b244973 2014-10-14 23:22:20 +0000)
:The text was updated successfully, but these errors were encountered: