mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +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': [],
|
|
};
|