rust/src/libstd/old_path
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
..
mod.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
posix.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
windows.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00