diff options
| author | Michael Howell <michael@notriddle.com> | 2023-10-04 13:04:45 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-10-04 13:04:45 -0700 |
| commit | a46ccd8d3f4813d6f0d3422040898f41eaae0e8d (patch) | |
| tree | e6e7d7797a27e40b1993bbce56aeaca57a960b50 /tests/rustdoc/inline_cross/const-fn-27362.rs | |
| parent | 9266270ef55e3138de0c58b9cd4c0949aa2eb04c (diff) | |
| download | rust-a46ccd8d3f4813d6f0d3422040898f41eaae0e8d.tar.gz rust-a46ccd8d3f4813d6f0d3422040898f41eaae0e8d.zip | |
Add URL to test case issues
Diffstat (limited to 'tests/rustdoc/inline_cross/const-fn-27362.rs')
| -rw-r--r-- | tests/rustdoc/inline_cross/const-fn-27362.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/inline_cross/const-fn-27362.rs b/tests/rustdoc/inline_cross/const-fn-27362.rs index d2e8879dd25..39b904662e0 100644 --- a/tests/rustdoc/inline_cross/const-fn-27362.rs +++ b/tests/rustdoc/inline_cross/const-fn-27362.rs @@ -1,6 +1,7 @@ // aux-build:issue-27362-aux.rs // ignore-cross-compile +// https://github.com/rust-lang/rust/issues/27362 #![crate_name="issue_27362"] extern crate issue_27362_aux; |
