rust/src/test
Alex Crichton 3422be3666 rollup merge of #23288: alexcrichton/issue-19470
This is a deprecated attribute that is slated for removal, and it also affects
all implementors of the trait. This commit removes the attribute and fixes up
implementors accordingly. The primary implementation which was lost was the
ability to compare `&[T]` and `Vec<T>` (in that order).

This change also modifies the `assert_eq!` macro to not consider both directions
of equality, only the one given in the left/right forms to the macro. This
modification is motivated due to the fact that `&[T] == Vec<T>` no longer
compiles, causing hundreds of errors in unit tests in the standard library (and
likely throughout the community as well).

Closes #19470
[breaking-change]
2015-03-31 15:59:35 -07:00
..
auxiliary Fallout in tests: largely changes to error messages. 2015-03-30 09:05:59 -04:00
bench std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
debuginfo Fix some typos 2015-03-28 18:09:51 +03:00
parse-fail Lex binary and octal literals more eagerly. 2015-03-31 12:16:42 +11:00
pretty Fallout in tests: largely changes to error messages. 2015-03-30 09:05:59 -04:00
run-fail rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
run-make std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
run-pass rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
run-pass-fulldeps std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
run-pass-valgrind Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00