mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
73 lines
1.5 KiB
JavaScript
73 lines
1.5 KiB
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': 'i8',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'i8',
|
|
'href': '../std/primitive.i8.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'u32',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'u32',
|
|
'href': '../std/primitive.u32.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'str',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'str',
|
|
'href': '../std/primitive.str.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'char',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'char',
|
|
'href': '../std/primitive.char.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'unit',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'unit',
|
|
'href': '../std/primitive.unit.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'tuple',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'tuple',
|
|
'href': '../std/primitive.tuple.html',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
'query': 'fn',
|
|
'others': [
|
|
{
|
|
'path': 'std',
|
|
'name': 'fn',
|
|
'href': '../std/primitive.fn.html',
|
|
},
|
|
]
|
|
},
|
|
];
|