1
Fork 0

rustdoc-search: allow trailing Foo -> arg search

This commit is contained in:
Michael Howell 2024-09-05 17:58:05 -07:00
parent 9c01301c52
commit 3699e939e8
5 changed files with 81 additions and 14 deletions

View file

@ -1,6 +1,13 @@
// exact-check
const EXPECTED = [
{
'query': '! ->',
'others': [
{ 'path': 'never_search', 'name': 'impossible' },
{ 'path': 'never_search', 'name': 'box_impossible' },
],
},
{
'query': '-> !',
'others': [