Skip to content

Commit 7d262ea

Browse files
committed
bx fix
1 parent 8fb1014 commit 7d262ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustc/ty/codec.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ pub fn decode_region<'a, 'tcx, D>(decoder: &mut D) -> Result<ty::Region<'tcx>, D
214214
}
215215

216216
#[inline]
217-
pub fn decode_bx<'a, 'tcx, D, T: DeferDeallocs + Decodable>(decoder: &mut D) -> Result<Bx<'tcx, T>, D::Error>
217+
pub fn decode_bx<'a, 'tcx, D, T: DeferDeallocs + Decodable>(
218+
decoder: &mut D
219+
) -> Result<Bx<'tcx, T>, D::Error>
218220
where D: TyDecoder<'a, 'tcx>,
219221
'tcx: 'a,
220222
{

0 commit comments

Comments
 (0)