rust/src/libcoretest
Jonathan Reem 2606f99871 Remove the unneeded Sized bound on TypeId creation
This bound is probably unintentional and is unnecessarily
constricting.

To facilitate this change, it was also necessary to modify
resolve to recurse on and resolve type parameters in extern { }
blocks. This fixes an ICE when using bounds on type parameters
during the declaration of intrinsics.

This also adds tests for TypeId on both Sized and Unsized
tests as well as a test for using type parameters and bounds
in extern { } blocks.
2015-01-08 00:49:19 +01:00
..
2015-01-07 12:10:31 +13:00
2015-01-06 15:34:10 -08:00
2015-01-02 08:54:06 -08:00
2015-01-07 12:02:52 +13:00
2015-01-03 15:16:10 +00:00
2015-01-03 23:43:57 -08:00
2015-01-07 12:10:31 +13:00
2015-01-03 23:43:57 -08:00
2015-01-07 12:02:52 +13:00
2015-01-03 23:43:57 -08:00