rust/src/test
Flavio Percoco 5b4d54ee5b Specialize kinds inference for Unsafe<T>
This patch adds a special rule for `Unsafe<T>` and makes it `Share`
regardless of whether T is `Share`.

[breaking-change]

Closes #13125
2014-04-22 14:18:36 +02:00
..
auxiliary Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
bench shootout-threadring rewrite 2014-04-21 16:05:57 +02:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Specialize kinds inference for Unsafe<T> 2014-04-22 14:18:36 +02:00
debug-info Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-make Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-pass Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
run-pass-fulldeps Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00