about summary refs log tree commit diff
path: root/src/rt/rust_run_program.cpp
diff options
context:
space:
mode:
authorBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-04-26 19:56:11 +1000
committerBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-04-26 19:56:11 +1000
commit6efbbf2e1481c3f42d7bd1cd7008fdc54939d9d3 (patch)
treec229ca5c81f0a066d2ee05ada4f49aee3bfce41c /src/rt/rust_run_program.cpp
parentfaaf3bf1495a8d76e822981544de2b346346d91d (diff)
downloadrust-6efbbf2e1481c3f42d7bd1cd7008fdc54939d9d3.tar.gz
rust-6efbbf2e1481c3f42d7bd1cd7008fdc54939d9d3.zip
Combine PrimitiveInt, Int, and Uint traits into one single trait
Having three traits for primitive ints/uints seemed rather excessive. If users wish to specify between them they can simply combine Int with either the Signed and Unsigned traits. For example: fn foo<T: Int + Signed>() { … }
Diffstat (limited to 'src/rt/rust_run_program.cpp')
0 files changed, 0 insertions, 0 deletions