]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37789 - arielb1:length-limit, r=nikomatsakis
authorbors <bors@rust-lang.org>
Fri, 2 Dec 2016 00:20:11 +0000 (00:20 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Dec 2016 00:20:11 +0000 (00:20 +0000)
limit the length of types in monomorphization

This adds the new insta-stable `#![type_size_limit]` crate attribute to control
the limit, and is obviously a [breaking-change] fixable by that.

Fixes #37311.

r? @nikomatsakis


No differences found