about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-escape-bound-fn-2.rs
AgeCommit message (Expand)AuthorLines
2018-01-15Move diagnostic logic to its own moduleEsteban Küber-20/+0
2018-01-15Generalize cases where specific move error ocurrsEsteban Küber-1/+1
2018-01-15Custom error when moving arg outside of its closureEsteban Küber-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-2/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-0/+10