diff options
Diffstat (limited to 'tests/rustdoc-js/extern-func.js')
| -rw-r--r-- | tests/rustdoc-js/extern-func.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rustdoc-js/extern-func.js b/tests/rustdoc-js/extern-func.js new file mode 100644 index 00000000000..a3fe2d8ea42 --- /dev/null +++ b/tests/rustdoc-js/extern-func.js @@ -0,0 +1,8 @@ +const EXPECTED = [ + { + 'query': 'c_float -> c_float', + 'others': [ + { 'path': 'extern_func', 'name': 'sqrt' } + ], + }, +]; |
