diff options
| author | Michael Howell <michael@notriddle.com> | 2023-09-27 17:22:18 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-09-27 17:22:18 -0700 |
| commit | 0487237f1247d2395c50e52640ef547b88fd38be (patch) | |
| tree | fa8d3ac7d858e162c13aa16c90d1fe63d9ee6ceb /tests/rustdoc/macro-ice-16019.rs | |
| parent | 7cd8b2c9253e83c8101a45ccf6e401cd3160650c (diff) | |
| download | rust-0487237f1247d2395c50e52640ef547b88fd38be.tar.gz rust-0487237f1247d2395c50e52640ef547b88fd38be.zip | |
rustdoc: add URLs for test issues
Diffstat (limited to 'tests/rustdoc/macro-ice-16019.rs')
| -rw-r--r-- | tests/rustdoc/macro-ice-16019.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc/macro-ice-16019.rs b/tests/rustdoc/macro-ice-16019.rs index 239d92378d9..d0f82e0a314 100644 --- a/tests/rustdoc/macro-ice-16019.rs +++ b/tests/rustdoc/macro-ice-16019.rs @@ -1,3 +1,5 @@ +// https://github.com/rust-lang/rust/issues/16019 + macro_rules! define_struct { ($rounds:expr) => ( struct Struct { |
