Update list of available search filters in help menu by GuillaumeGomez · Pull Request #147909 · rust-lang/rust (original) (raw)
Ick, no. That is way too long for a flat list like that. Maybe, instead?
Accepted kinds are:
- struct, enum, union
- structfield, variant
- type: primitive, associatedtype
- constant: associatedconstant
- fn: method, tymethod
- trait: traitalias
- macro: attr, derive (NOTE:
typePassesFilterdoesn't implement this, but it should)- import: externcrate (NOTE:
typePassesFilterdoesn't implement this, but it should)- keyword, attribute
- mod
- static
- foreigntype
- generic
existential and impl exist in the code, but are anonymous, so you can't actually use them.