]> git.proxmox.com Git - rustc.git/blame - tests/ui/privacy/sealed-traits/private-trait-non-local.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / privacy / sealed-traits / private-trait-non-local.stderr
CommitLineData
fe692bf9
FG
1error[E0603]: module `index` is private
2 --> $DIR/private-trait-non-local.rs:2:18
3 |
4LL | use core::slice::index::private_slice_index::Sealed;
5 | ^^^^^ private module ------ trait `Sealed` is not publicly re-exported
6 |
7note: the module `index` is defined here
8 --> $SRC_DIR/core/src/slice/mod.rs:LL:COL
9
4b012472 10error: aborting due to 1 previous error
fe692bf9
FG
11
12For more information about this error, try `rustc --explain E0603`.