rust/tests/rustdoc-js-std/macro-print.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
255 B
JavaScript
Raw Normal View History

2018-01-07 15:20:25 +00:00
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'macro:print',
2018-01-07 15:20:25 +00:00
'others': [
{ 'path': 'std', 'name': 'print' },
{ 'path': 'std', 'name': 'println' },
2022-12-16 20:19:38 +00:00
{ 'path': 'std', 'name': 'eprint' },
2018-01-07 15:20:25 +00:00
{ 'path': 'std', 'name': 'eprintln' },
],
};