rust/src/test/rustdoc-js-std/should-fail.js
2019-02-25 17:46:06 +01:00

9 lines
131 B
JavaScript

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