mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
10 lines
131 B
JavaScript
10 lines
131 B
JavaScript
// should-fail
|
|
|
|
const QUERY = 'fn';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'fn', ty: 14 },
|
|
],
|
|
};
|