mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:03:25 +03:00
Add missing cases for machine floats in shape.rs
This commit is contained in:
@@ -313,9 +313,8 @@ fn shape_of(ccx: @crate_ctxt, t: ty::t, ty_param_map: [uint]) -> [u8] {
|
||||
ty::ty_machine(ast::ty_u64.) { s += [shape_u64]; }
|
||||
ty::ty_machine(ast::ty_i64.) { s += [shape_i64]; }
|
||||
|
||||
|
||||
|
||||
|
||||
ty::ty_machine(ast::ty_f32.) { s += [shape_f32]; }
|
||||
ty::ty_machine(ast::ty_f64.) { s += [shape_f64]; }
|
||||
|
||||
ty::ty_str. {
|
||||
s += [shape_vec];
|
||||
|
||||
Reference in New Issue
Block a user