diff options
| author | Edward Shen <code@eddie.sh> | 2021-02-15 00:03:57 -0500 |
|---|---|---|
| committer | Edward Shen <code@eddie.sh> | 2021-02-15 00:03:57 -0500 |
| commit | f856224e16ef378968114c3811d99bf5cd0e64cb (patch) | |
| tree | 7cec1fd5dcddf1333a55988fcd99056af4cfd35a | |
| parent | a491f51218f93cc6373b28b2f0f753c5c1a5b295 (diff) | |
| download | rust-f856224e16ef378968114c3811d99bf5cd0e64cb.tar.gz rust-f856224e16ef378968114c3811d99bf5cd0e64cb.zip | |
Fix test issue reference
| -rw-r--r-- | src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs b/src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs index b6cb617e2f0..2e6b88a4beb 100644 --- a/src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs +++ b/src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs @@ -1,4 +1,4 @@ -// Regression test for #82087. Checks that mismatched lifetimes and types are +// Regression test for #82126. Checks that mismatched lifetimes and types are // properly handled. // edition:2018 |
