about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEdward Shen <code@eddie.sh>2021-02-15 00:03:57 -0500
committerEdward Shen <code@eddie.sh>2021-02-15 00:03:57 -0500
commitf856224e16ef378968114c3811d99bf5cd0e64cb (patch)
tree7cec1fd5dcddf1333a55988fcd99056af4cfd35a
parenta491f51218f93cc6373b28b2f0f753c5c1a5b295 (diff)
downloadrust-f856224e16ef378968114c3811d99bf5cd0e64cb.tar.gz
rust-f856224e16ef378968114c3811d99bf5cd0e64cb.zip
Fix test issue reference
-rw-r--r--src/test/ui/borrowck/issue-82126-mismatched-subst-and-hir.rs2
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