rustc/tests/rustdoc-js-std/should-fail.js
2023-08-02 10:33:26 +02:00

10 lines
131 B
JavaScript

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