Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez
rustdoc: function signature search with traits in `where` clause ## Before  ## After 
This commit is contained in:
commit
9cabc40ab1
4 changed files with 55 additions and 21 deletions
7
tests/rustdoc-js-std/option-type-signatures.js
Normal file
7
tests/rustdoc-js-std/option-type-signatures.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const QUERY = 'option, fnonce -> option';
|
||||
|
||||
const EXPECTED = {
|
||||
'others': [
|
||||
{ 'path': 'std::option::Option', 'name': 'map' },
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue