Skip to content

Commit 89102bf

Browse files
committed
Fix other markdown warnings in ui/README.md
1 parent d95ab0c commit 89102bf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/ui/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Runtime panics and error handling generate backtraces to assist in debugging and
133133

134134
This directory was originally meant to contain tests related to time complexity and benchmarking.
135135

136-
However, only a single test was ever added to this category: https://github.com/rust-lang/rust/pull/32062
136+
However, only a single test was ever added to this category: <https://github.com/rust-lang/rust/pull/32062>
137137

138138
**FIXME**: It is also unclear what would happen were this test to "fail" - would it cause the test suite to remain stuck on this test for a much greater duration than normal?
139139

@@ -701,7 +701,6 @@ Tests on lifetime elision in impl function signatures. See [Lifetime elision | N
701701
Tests for `#![feature(impl_restriction)]`. See [Tracking issue for restrictions #105077
702702
](https://github.com/rust-lang/rust/issues/105077).
703703

704-
705704
## `tests/ui/impl-trait/`
706705

707706
Tests for trait impls.
@@ -866,7 +865,7 @@ See:
866865

867866
Tests exercising analysis for unused variables, unreachable statements, functions which are supposed to return a value but do not, as well as values moved elsewhere before they could be used by a function.
868867

869-
**FIXME**: This seems unrelated to "liveness" as defined in the rustc compiler guide. Is this misleadingly named? https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/lifetime_parameters.html#liveness-and-universal-regions
868+
**FIXME**: This seems unrelated to "liveness" as defined in the rustc compiler guide. Is this misleadingly named? <https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/lifetime_parameters.html#liveness-and-universal-regions>
870869

871870
## `tests/ui/loop-match`
872871

0 commit comments

Comments
 (0)