Skip to content

Commit 039e1a7

Browse files
authored
Merge pull request #1161 from SabrinaJewson/patch-1
Fix link to the Bastion of the Turbofish
2 parents e4ed2b5 + dc064e0 commit 039e1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/expressions/operator-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ See [this test] for an example of using this dependency.
591591
[unit]: ../types/tuple.md
592592
[value expression]: ../expressions.md#place-expressions-and-value-expressions
593593
[temporary value]: ../expressions.md#temporaries
594-
[this test]: https://github.com/rust-lang/rust/blob/master/src/test/ui/expr/compound-assignment/eval-order.rs
594+
[this test]: https://github.com/rust-lang/rust/blob/1.58.0/src/test/ui/expr/compound-assignment/eval-order.rs
595595
[float-float]: https://github.com/rust-lang/rust/issues/15536
596596
[Function pointer]: ../types/function-pointer.md
597597
[Function item]: ../types/function-item.md

src/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ example of an uninhabited type is the [never type] `!`, or an enum with no varia
322322
[structs]: items/structs.md
323323
[trait objects]: types/trait-object.md
324324
[traits]: items/traits.md
325-
[turbofish test]: https://github.com/rust-lang/rust/blob/master/src/test/ui/bastion-of-the-turbofish.rs
325+
[turbofish test]: https://github.com/rust-lang/rust/blob/1.58.0/src/test/ui/parser/bastion-of-the-turbofish.rs
326326
[types of crates]: linkage.md
327327
[types]: types.md
328328
[undefined-behavior]: behavior-considered-undefined.md

0 commit comments

Comments
 (0)