about summary refs log tree commit diff
path: root/src/test/codegen/stack-alloc-string-slice.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-06-18 10:44:20 -0700
committerCorey Richardson <corey@octayn.net>2014-07-09 00:06:29 -0700
commitcc4213418e3ab225867d8e3911f592481b1bbffc (patch)
treec66b1d206a18a456a81f1ee3d859fec9fbd1e010 /src/test/codegen/stack-alloc-string-slice.rs
parent9f5e21da4ef95e5d2914a76b09848ebc2504c53d (diff)
downloadrust-cc4213418e3ab225867d8e3911f592481b1bbffc.tar.gz
rust-cc4213418e3ab225867d8e3911f592481b1bbffc.zip
syntax: don't parse numeric literals in the lexer
This removes a bunch of token types. Tokens now store the original, unaltered
numeric literal (that is still checked for correctness), which is parsed into
an actual number later, as needed, when creating the AST.

This can change how syntax extensions work, but otherwise poses no visible
changes.

[breaking-change]
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.rs')
0 files changed, 0 insertions, 0 deletions