File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ impl [u8] {
653
653
///
654
654
/// ```error
655
655
/// 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
657
657
/// |
658
658
/// 608 | impl<T: Clone, V: Borrow<[T]>> Concat for [V] {
659
659
/// | ^ unconstrained type parameter
Original file line number Diff line number Diff line change 39
39
//! called. The `lang` attribute is called `eh_personality`.
40
40
41
41
// 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.
43
43
//
44
44
// Here we explicitly #[cfg]-out this whole crate when testing. If we don't do
45
45
// 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