rust/tests/rustdoc-js-std/should-fail.js
2023-01-11 09:32:08 +00:00

10 lines
131 B
JavaScript

// should-fail
const QUERY = 'fn';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'fn', ty: 14 },
],
};