rust/src/test
Nick Cameron 7f72884f13 Remove cross-borrowing for traits.
Closes #15349

[breaking-change]

Trait objects are no longer implicitly coerced from Box<T> to &T. You must make an explicit coercion using `&*`.
2014-09-03 08:32:35 +12:00
..
auxiliary Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
bench Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
codegen
compile-fail Remove cross-borrowing for traits. 2014-09-03 08:32:35 +12:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo debuginfo: Emit different autotest debugger scripts depending on GDB version. 2014-08-27 15:19:14 +02:00
pretty Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
run-fail Reviewer changes 2014-09-02 19:47:39 +12:00
run-make auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix 2014-08-30 10:51:26 +00:00
run-pass Remove cross-borrowing for traits. 2014-09-03 08:32:35 +12:00
run-pass-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00