rust/src/librustc_data_structures
Niko Matsakis 29c86539b3 Expand the "givens" set to cover transitive relations. The givens array
stores relationships like `'c <= '0` (where `'c` is a free region and
`'0` is an inference variable) that are derived from closure
arguments. These are (rather hackily) ignored for purposes of inference,
preventing spurious errors. The current code did not handle transitive
cases like `'c <= '0` and `'0 <= '1`. Fixes #24085.
2015-06-19 12:22:03 -04:00
..
graph Expand the "givens" set to cover transitive relations. The givens array 2015-06-19 12:22:03 -04:00
unify Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
bitvec.rs Add licenses. 2015-04-17 10:12:55 -04:00
lib.rs Make stability attributes an error. #22830 2015-04-20 17:33:31 -07:00
snapshot_vec.rs Use the newer snapshot_vec, which has a simplified delegate 2015-04-17 10:12:55 -04:00