rustc/tests/rustdoc-js-std/should-fail.js
2023-07-27 22:48:29 +08:00

10 lines
131 B
JavaScript

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