]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc-js-std/keyword.js
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc-js-std / keyword.js
1 // ignore-order
2
3 const QUERY = 'fn';
4
5 const EXPECTED = {
6 'others': [
7 { 'path': 'std', 'name': 'fn', ty: 15 }, // 15 is for primitive types
8 { 'path': 'std', 'name': 'fn', ty: 21 }, // 21 is for keywords
9 ],
10 };