mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-17 19:04:12 +00:00
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
// exact-check
|
|
|
|
// https://github.com/rust-lang/rust/issues/103357
|
|
const QUERY = 'regex';
|
|
|
|
const EXPECTED = {
|
|
'others': [],
|
|
'in_args': [],
|
|
'returned': [],
|
|
};
|