Files
rust/tests/rustdoc-js-std/doc-alias-use.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
311 B
JavaScript
Raw Normal View History

// 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' },
],
},
];