Skip to content

Commit b98760b

Browse files
committedApr 3, 2025
Fix links
1 parent 897f9e5 commit b98760b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/doc/unstable-book/src/language-features/type-alias-impl-trait.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ take_impl(x);
153153
Note that the user cannot use `#[define_opaque(Alias)]` to reify the opaque type because only the crate where the type alias is declared may do so. But if this happened in the same crate and the opaque type was reified, they'd get a familiar error: "expected `MyType`, got `UserType`".
154154

155155
[#63063]: https://github.com/rust-lang/rust/issues/63063
156-
[#110237]: (https://github.com/rust-lang/rust/pull/110237)
157-
[reference]: (https://doc.rust-lang.org/stable/reference/types/impl-trait.html#abstract-return-types)
158-
[`trait_alias`]: (./trait-alias.md)
159-
[`impl_trait_in_assoc_type`]: (./impl-trait-in-assoc-type.md)
156+
[#110237]: https://github.com/rust-lang/rust/pull/110237
157+
[reference]: https://doc.rust-lang.org/stable/reference/types/impl-trait.html#abstract-return-types
158+
[`trait_alias`]: ./trait-alias.md
159+
[`impl_trait_in_assoc_type`]: ./impl-trait-in-assoc-type.md

0 commit comments

Comments
 (0)