about summary refs log tree commit diff
path: root/tests/ui/privacy/unreachable-issue-121455.stderr
blob: 864e950a98eb21070d23eabf807155f108a254cb (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: `Self` is only available in impls, traits, and type definitions
  --> $DIR/unreachable-issue-121455.rs:1:13
   |
LL | fn test(s: &Self::Id) {
   |             ^^^^ `Self` is only available in impls, traits, and type definitions

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0433`.