mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Fix long line
This commit is contained in:
@@ -617,7 +617,8 @@ fn convert_struct(ccx: @crate_ctxt,
|
||||
inputs: do struct_def.fields.map |field| {
|
||||
{
|
||||
mode: ast::expl(ast::by_copy),
|
||||
ty: ccx.tcx.tcache.get(local_def(field.node.id)).ty
|
||||
ty: ccx.tcx.tcache.get
|
||||
(local_def(field.node.id)).ty
|
||||
}
|
||||
},
|
||||
output: selfty
|
||||
|
||||
Reference in New Issue
Block a user