diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-08 14:09:55 -0700 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-08-08 14:09:55 -0700 |
| commit | 28e4b9e64e436f52b03ba53e0f859a206ef3c93e (patch) | |
| tree | c68730d9ab1719691a4669b5266a4d7caaa597e8 | |
| parent | eab3b05b622890228e001feff5f5751196cc12ed (diff) | |
| download | rust-28e4b9e64e436f52b03ba53e0f859a206ef3c93e.tar.gz rust-28e4b9e64e436f52b03ba53e0f859a206ef3c93e.zip | |
Add regression test comment
| -rw-r--r-- | src/test/rustdoc/fn-bound.rs | 2 |
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)> { |
