mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
// exact-check
|
|
|
|
// https://github.com/rust-lang/rust/issues/103357
|
|
const EXPECTED = {
|
|
'query': 'regex',
|
|
'others': [],
|
|
'in_args': [],
|
|
'returned': [],
|
|
};
|