]> git.lizzy.rs Git - rust.git/commit
For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 18 Feb 2015 19:13:38 +0000 (14:13 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 18 Feb 2015 20:08:40 +0000 (15:08 -0500)
commit811c48fe22ffbe4ca45c32807c846d9a7c02a8f3
tree57ae57975750ae6674ed286857dd457f1ac99530
parent362d71302615b07c96189e998a554e90d3f3506c
For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when
they are used without a feature-gate. This is both kinder to existing
code and should make it easier to land this PR, since we don't
have to catch EVERY SINGLE SUFFIX.
src/libsyntax/feature_gate.rs
src/libsyntax/parse/mod.rs
src/test/compile-fail/feature-gate-int-uint.rs