Skip to content

Commit a46ccd8

Browse files
committed
Add URL to test case issues
1 parent 9266270 commit a46ccd8

20 files changed

+21
-1
lines changed

tests/rustdoc/anchor-id-duplicate-method-name-25001.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/25001
12
#![crate_name="issue_25001"]
23

34
// @has issue_25001/struct.Foo.html

tests/rustdoc/anchor-id-trait-tymethod-28478.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/28478
12
#![crate_name="issue_28478"]
23

34
#![feature(associated_type_defaults)]

tests/rustdoc/deduplicate-glob-import-impl-21474.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/21474
12
#![crate_name="issue_21474"]
23

34
pub use inner::*;

tests/rustdoc/deduplicate-trait-impl-22025.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// aux-build:issue-22025.rs
22
// ignore-cross-compile
33

4+
// https://github.com/rust-lang/rust/issues/22025
45
#![crate_name="issue_22025"]
56

67
extern crate issue_22025;

tests/rustdoc/doctest-hide-empty-line-23106.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags:--test
22

3+
// https://github.com/rust-lang/rust/issues/23106
34
#![crate_name="issue_23106"]
45

56
/// ```

tests/rustdoc/doctest-markdown-inline-parse-23744.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags:--test
22

3+
// https://github.com/rust-lang/rust/issues/23744
34
#![crate_name="issue_23744"]
45

56
/// Example of rustdoc incorrectly parsing <code>```rust,should_panic</code>.

tests/rustdoc/doctest-multi-line-string-literal-25944.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags:--test
22

3+
// https://github.com/rust-lang/rust/issues/25944
34
#![crate_name="issue_25944"]
45

56
/// ```

tests/rustdoc/extern-fn-22038.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/22038
12
#![crate_name="issue_22038"]
23

34
extern "C" {

tests/rustdoc/ice-reexport-crate-root-28927.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// aux-build:issue-28927-1.rs
33
// ignore-cross-compile
44

5+
// https://github.com/rust-lang/rust/issues/28927
56
#![crate_name="issue_28927"]
67

78
pub extern crate issue_28927_1 as inner1;

tests/rustdoc/impl-assoc-type-21092.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// aux-build:issue-21092.rs
22
// ignore-cross-compile
33

4+
// https://github.com/rust-lang/rust/issues/21092
45
#![crate_name="issue_21092"]
56

67
extern crate issue_21092;

0 commit comments

Comments
 (0)