1
Fork 0

rustdoc: function signature search with traits in where clause

This commit is contained in:
Michael Howell 2023-03-03 20:23:00 -07:00
parent 70adb4e5b4
commit 9d27028391
4 changed files with 55 additions and 21 deletions

View file

@ -0,0 +1,7 @@
const QUERY = 'option, fnonce -> option';
const EXPECTED = {
'others': [
{ 'path': 'std::option::Option', 'name': 'map' },
],
};