]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/keyword.js
Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-iterator...
[rust.git] / src / test / 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 };