Skip to content

Commit 9e35307

Browse files
lcnrtshepang
authored andcommitted
fix link
1 parent 55477c1 commit 9e35307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/solve/opaque-types.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ with the arguments of any opaque type already in the opaque types storage. If so
5050
previously stored type with the expected type of this `normalizes-to` call: [source][eq-prev][^1].
5151

5252
If not, we insert the expected type in the opaque types storage: [source][insert-storage][^2].
53-
Finally, we check whether the item bounds of the opaque hold for the expected type: [source].
53+
Finally, we check whether the item bounds of the opaque hold for the expected type:
54+
[source][item-bounds-ck].
5455

5556
[norm]: https://github.com/rust-lang/rust/blob/384d26fc7e3bdd7687cc17b2662b091f6017ec2a/compiler/rustc_trait_selection/src/solve/normalizes_to/opaque_types.rs#L13
5657
[coherence-example]: https://github.com/rust-lang/rust/blob/master/tests/ui/type-alias-impl-trait/coherence_different_hidden_ty.rs
@@ -116,4 +117,4 @@ fn go(i: usize) -> impl Future<Output = ()> + Send + 'static {
116117
}
117118
}
118119
}
119-
```
120+
```

0 commit comments

Comments
 (0)