Skip to content

Commit 78691e3

Browse files
jonathanCoganm-ou-se
authored andcommitted
Update paths in comments.
1 parent db47071 commit 78691e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/alloc/src/slice.rs

+1-1
Original file line numberDiff line numberDiff 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

library/core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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

library/core/tests/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// All `str` tests live in alloc/tests
1+
// All `str` tests live in library/alloc/tests/str.rs

0 commit comments

Comments
 (0)