mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

Added it to the reexported, which is intended rustdoc behavior, but is apparently untested, so I also added a test for it.
13 lines
311 B
JavaScript
13 lines
311 B
JavaScript
// AsciiChar has a doc alias on its reexport and we
|
|
// want to make sure that actually works correctly,
|
|
// since apperently there are no other tests for this.
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'AsciiChar',
|
|
'others': [
|
|
{ 'path': 'core::ascii', 'name': 'Char' },
|
|
],
|
|
},
|
|
];
|