Skip to content

Commit 43b493e

Browse files
committed
Add URL to test cases
1 parent 69dc190 commit 43b493e

20 files changed

+20
-0
lines changed

tests/rustdoc/blanket-impl-29503.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/29503
12
#![crate_name="issue_29503"]
23

34
use std::fmt;

tests/rustdoc/const-rendering-macros-33302.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/33302
12
#![crate_name="issue_33302"]
23

34
// Ensure constant and array length values are not taken from source

tests/rustdoc/disambiguate-anchors-32890.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/32890
12
#![crate_name="issue_32890"]
23

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

tests/rustdoc/disambiguate-anchors-header-29449.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/29449
12
#![crate_name="issue_29449"]
23

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

tests/rustdoc/doc-hidden-trait-implementors-33069.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/33069
12
#![crate_name="issue_33069"]
23

34
pub trait Bar {}

tests/rustdoc/doctest-cfg-feature-30252.rs

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

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

56
/// ```rust

tests/rustdoc/doctest-ignore-32556.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/32556
12
#![crate_name="issue_32556"]
23

34
/// Blah blah blah

tests/rustdoc/hidden-extern-34025.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/34025
12
#![crate_name = "foo"]
23

34
// @!has 'foo/sys/index.html'

tests/rustdoc/ice-assoc-const-for-primitive-31808.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Test that associated item impls on primitive types don't crash rustdoc
22

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

56
pub trait Foo {

tests/rustdoc/impl-type-parameter-33592.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/33592
12
#![crate_name = "foo"]
23

34
pub trait Foo<T> {}

0 commit comments

Comments
 (0)