rustdoc: add test case based on #103357

This commit is contained in:
Michael Howell 2023-01-24 09:49:33 -07:00
parent 39fd4bb476
commit 616a0db7d6

View File

@ -0,0 +1,10 @@
// exact-check
// https://github.com/rust-lang/rust/issues/103357
const QUERY = 'regex';
const EXPECTED = {
'others': [],
'in_args': [],
'returned': [],
};