-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisd…
…reavus,Mark-Simulacrum Add rustdoc JS non-std tests @QuietMisdreavus: You asked it, here it is! r? @QuietMisdreavus
- Loading branch information
Showing
28 changed files
with
482 additions
and
39 deletions.
There are no files selected for viewing
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.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
const QUERY = 'String'; | ||
|
||
const EXPECTED = { | ||
'others': [ | ||
{ 'path': 'std::string', 'name': 'String' }, | ||
{ 'path': 'std::ffi', 'name': 'CString' }, | ||
{ 'path': 'std::ffi', 'name': 'OsString' }, | ||
], | ||
'in_args': [ | ||
{ 'path': 'std::str', 'name': 'eq' }, | ||
], | ||
'returned': [ | ||
{ 'path': 'std::string::String', 'name': 'add' }, | ||
], | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
const QUERY = 'String'; | ||
const QUERY = 'Fo'; | ||
|
||
const EXPECTED = { | ||
'others': [ | ||
{ 'path': 'std::string', 'name': 'String' }, | ||
{ 'path': 'std::ffi', 'name': 'CString' }, | ||
{ 'path': 'std::ffi', 'name': 'OsString' }, | ||
], | ||
'in_args': [ | ||
{ 'path': 'std::str', 'name': 'eq' }, | ||
], | ||
'returned': [ | ||
{ 'path': 'std::string::String', 'name': 'add' }, | ||
{ 'path': 'basic', 'name': 'Foo' }, | ||
], | ||
}; |
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,2 @@ | ||
/// Foo | ||
pub struct Foo; |
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
Oops, something went wrong.