Support type search for arguments and returned types

This commit is contained in:
Guillaume Gomez
2020-02-23 02:38:33 +01:00
parent 59f4ba9504
commit b9167e6c7d
7 changed files with 222 additions and 103 deletions

View File

@@ -0,0 +1,7 @@
const QUERY = 'struct:chunksmut';
const EXPECTED = {
'returned': [
{ 'path': 'std::slice::chunks_mut', 'name': 'chunks_mut' },
],
};