File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ impl [u8] {
653653///
654654/// ```error
655655/// error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predica
656- /// --> src /alloc/slice.rs:608:6
656+ /// --> library /alloc/src /slice.rs:608:6
657657/// |
658658/// 608 | impl<T: Clone, V: Borrow<[T]>> Concat for [V] {
659659/// | ^ unconstrained type parameter
Original file line number Diff line number Diff line change 3939//! called. The `lang` attribute is called `eh_personality`.
4040
4141// Since core defines many fundamental lang items, all tests live in a
42- // separate crate, libcoretest, to avoid bizarre issues.
42+ // separate crate, libcoretest (library/core/tests) , to avoid bizarre issues.
4343//
4444// Here we explicitly #[cfg]-out this whole crate when testing. If we don't do
4545// this, both the generated test artifact and the linked libtest (which
Original file line number Diff line number Diff line change 1- // All `str` tests live in alloc/tests
1+ // All `str` tests live in library/ alloc/tests/str.rs
You can’t perform that action at this time.
0 commit comments