about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2022-08-08 14:09:55 -0700
committerNoah Lev <camelidcamel@gmail.com>2022-08-08 14:09:55 -0700
commit28e4b9e64e436f52b03ba53e0f859a206ef3c93e (patch)
treec68730d9ab1719691a4669b5266a4d7caaa597e8
parenteab3b05b622890228e001feff5f5751196cc12ed (diff)
downloadrust-28e4b9e64e436f52b03ba53e0f859a206ef3c93e.tar.gz
rust-28e4b9e64e436f52b03ba53e0f859a206ef3c93e.zip
Add regression test comment
-rw-r--r--src/test/rustdoc/fn-bound.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc/fn-bound.rs b/src/test/rustdoc/fn-bound.rs
index d5d5838d375..4c4ffddc8a6 100644
--- a/src/test/rustdoc/fn-bound.rs
+++ b/src/test/rustdoc/fn-bound.rs
@@ -1,3 +1,5 @@
+// Regression test for #100143
+
 use std::iter::Peekable;
 
 pub struct Span<F: Fn(&i32)> {