1
Fork 0

Remove integer suffixes where the types in compiled code are identical.

This commit is contained in:
Eduard Burtescu 2015-03-03 10:42:26 +02:00 committed by Manish Goregaokar
parent 68740b4054
commit e64670888a
331 changed files with 1072 additions and 1074 deletions

View file

@ -128,10 +128,10 @@ fn main() {
next: Val {
val: box UniqueNode {
next: Empty,
value: 1_u16,
value: 1,
}
},
value: 0_u16,
value: 0,
};
let unique_unique: Box<UniqueNode<u32>> = box UniqueNode {