Add URL to test case issues · rust-lang/rust@a46ccd8 (original) (raw)
20 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/25001 | |
1 | 2 | #![crate_name="issue_25001"] |
2 | 3 | |
3 | 4 | // @has issue_25001/struct.Foo.html |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/28478 | |
1 | 2 | #![crate_name="issue_28478"] |
2 | 3 | |
3 | 4 | #![feature(associated_type_defaults)] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/21474 | |
1 | 2 | #![crate_name="issue_21474"] |
2 | 3 | |
3 | 4 | pub use inner::*; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
1 | 1 | // aux-build:issue-22025.rs |
2 | 2 | // ignore-cross-compile |
3 | 3 | |
4 | +// https://github.com/rust-lang/rust/issues/22025 | |
4 | 5 | #![crate_name="issue_22025"] |
5 | 6 | |
6 | 7 | extern crate issue_22025; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
1 | 1 | // compile-flags:--test |
2 | 2 | |
3 | +// https://github.com/rust-lang/rust/issues/23106 | |
3 | 4 | #![crate_name="issue_23106"] |
4 | 5 | |
5 | 6 | /// ``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
1 | 1 | // compile-flags:--test |
2 | 2 | |
3 | +// https://github.com/rust-lang/rust/issues/23744 | |
3 | 4 | #![crate_name="issue_23744"] |
4 | 5 | |
5 | 6 | /// Example of rustdoc incorrectly parsing ```rust,should_panic . |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
1 | 1 | // compile-flags:--test |
2 | 2 | |
3 | +// https://github.com/rust-lang/rust/issues/25944 | |
3 | 4 | #![crate_name="issue_25944"] |
4 | 5 | |
5 | 6 | /// ``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/22038 | |
1 | 2 | #![crate_name="issue_22038"] |
2 | 3 | |
3 | 4 | extern "C" { |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,6 +2,7 @@ | ||
2 | 2 | // aux-build:issue-28927-1.rs |
3 | 3 | // ignore-cross-compile |
4 | 4 | |
5 | +// https://github.com/rust-lang/rust/issues/28927 | |
5 | 6 | #![crate_name="issue_28927"] |
6 | 7 | |
7 | 8 | pub extern crate issue_28927_1 as inner1; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
1 | 1 | // aux-build:issue-21092.rs |
2 | 2 | // ignore-cross-compile |
3 | 3 | |
4 | +// https://github.com/rust-lang/rust/issues/21092 | |
4 | 5 | #![crate_name="issue_21092"] |
5 | 6 | |
6 | 7 | extern crate issue_21092; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
1 | 1 | // aux-build:issue-27362-aux.rs |
2 | 2 | // ignore-cross-compile |
3 | 3 | |
4 | +// https://github.com/rust-lang/rust/issues/27362 | |
4 | 5 | #![crate_name="issue_27362"] |
5 | 6 | |
6 | 7 | extern crate issue_27362_aux; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,6 +2,7 @@ | ||
2 | 2 | // aux-build:issue-23207-2.rs |
3 | 3 | // ignore-cross-compile |
4 | 4 | |
5 | +// https://github.com/rust-lang/rust/issues/23207 | |
5 | 6 | #![crate_name="issue_23207"] |
6 | 7 | |
7 | 8 | extern crate issue_23207_2; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
1 | 1 | // aux-build:issue-21801.rs |
2 | 2 | // ignore-cross-compile |
3 | 3 | |
4 | +// https://github.com/rust-lang/rust/issues/21801 | |
4 | 5 | #![crate_name="issue_21801"] |
5 | 6 | |
6 | 7 | extern crate issue_21801; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/23812 | |
1 | 2 | #![crate_name="issue_23812"] |
2 | 3 | |
3 | 4 | macro_rules! doc { |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/27862 | |
1 | 2 | #![crate_name="issue_27862"] |
2 | 3 | |
3 | 4 | /// Tests | Table |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,6 +2,7 @@ | ||
2 | 2 | #![feature(rustdoc_internals)] |
3 | 3 | #![no_std] |
4 | 4 | |
5 | +// https://github.com/rust-lang/rust/issues/23511 | |
5 | 6 | #![crate_name="issue_23511"] |
6 | 7 | |
7 | 8 | pub mod str { |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,12 +2,13 @@ | ||
2 | 2 | // ignore-cross-compile |
3 | 3 | // build-aux-docs |
4 | 4 | |
5 | +// https://github.com/rust-lang/rust/issues/26606 | |
5 | 6 | #![crate_name="issue_26606"] |
6 | 7 | |
7 | 8 | // @has issue_26606_macro/macro.make_item.html |
8 | 9 | #[macro_use] |
9 | 10 | extern crate issue_26606_macro; |
10 | 11 | |
11 | 12 | // @has issue_26606/constant.FOO.html |
12 | -// @has - '//a[@href="../src/issue_26606/src-link-external-macro-26606.rs.html#13"]' 'source' | |
13 | +// @has - '//a[@href="../src/issue_26606/src-link-external-macro-26606.rs.html#14"]' 'source' | |
13 | 14 | make_item!(FOO); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
1 | 1 | // ignore-windows |
2 | 2 | // compile-flags: --no-defaults |
3 | 3 | |
4 | +// https://github.com/rust-lang/rust/issues/26995 | |
4 | 5 | #![crate_name="issue_26995"] |
5 | 6 | |
6 | 7 | // @has src/issue_26995/dev/null.html |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1 | +// https://github.com/rust-lang/rust/issues/27759 | |
1 | 2 | #![crate_name="issue_27759"] |
2 | 3 | |
3 | 4 | #![feature(staged_api)] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,6 +2,7 @@ | ||
2 | 2 | // aux-build:empty.rs |
3 | 3 | // ignore-cross-compile |
4 | 4 | |
5 | +// https://github.com/rust-lang/rust/issues/27104 | |
5 | 6 | #![crate_name="issue_27104"] |
6 | 7 | |
7 | 8 | // @has issue_27104/index.html |