forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#123574 - notriddle:notriddle/issue-d, r=fmease
rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 6) Follow up * rust-lang#116214 * rust-lang#116432 * rust-lang#116824 * rust-lang#118105 * rust-lang#119561
- Loading branch information
Showing
24 changed files
with
69 additions
and
33 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
tests/rustdoc/issue-56701.rs → tests/rustdoc-ui/ice-blanket-impl-56701.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ue-73061-cross-crate-opaque-assoc-type.rs → ...ce-cross-crate-opaque-assoc-type-73061.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/rustdoc/issue-78673.rs → tests/rustdoc/blanket-impl-78673.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// https://github.com/rust-lang/rust/issues/78673 | ||
#![crate_name = "issue_78673"] | ||
|
||
pub trait Something {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
tests/rustdoc/issue-79201.rs → ...tdoc/doc-cfg-inherit-from-module-79201.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
tests/rustdoc/issue-67851-both.rs → .../rustdoc/doc-hidden-private-67851-both.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
//@ compile-flags: -Zunstable-options --document-private-items --document-hidden-items | ||
// https://github.com/rust-lang/rust/issues/67851 | ||
#![crate_name="foo"] | ||
|
||
// @has issue_67851_both/struct.Hidden.html | ||
// @has foo/struct.Hidden.html | ||
#[doc(hidden)] | ||
pub struct Hidden; | ||
|
||
// @has issue_67851_both/struct.Private.html | ||
// @has foo/struct.Private.html | ||
struct Private; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
//@ compile-flags: -Zunstable-options --document-hidden-items | ||
// https://github.com/rust-lang/rust/issues/67851 | ||
#![crate_name="foo"] | ||
|
||
// @has foo/struct.Hidden.html | ||
#[doc(hidden)] | ||
pub struct Hidden; | ||
|
||
// @!has foo/struct.Private.html | ||
struct Private; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// https://github.com/rust-lang/rust/issues/67851 | ||
#![crate_name="foo"] | ||
|
||
// @!has foo/struct.Hidden.html | ||
#[doc(hidden)] | ||
pub struct Hidden; | ||
|
||
// @!has foo/struct.Private.html | ||
struct Private; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
//@ compile-flags: --document-private-items | ||
// https://github.com/rust-lang/rust/issues/67851 | ||
#![crate_name="foo"] | ||
|
||
// @!has foo/struct.Hidden.html | ||
#[doc(hidden)] | ||
pub struct Hidden; | ||
|
||
// @has foo/struct.Private.html | ||
struct Private; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 1 addition & 0 deletions
1
tests/rustdoc/issue-57180.rs → ...oc/inline_cross/ice-import-crate-57180.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/rustdoc/issue-72340.rs → ...intra-doc-link-method-trait-impl-72340.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// https://github.com/rust-lang/rust/issues/72340 | ||
|
||
#![crate_name = "foo"] | ||
|
||
pub struct Body; | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/rustdoc/issue-78701.rs → .../sidebar-trait-impl-disambiguate-78701.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
tests/rustdoc/issue-61592.rs → tests/rustdoc/underscore-import-61592.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters