Module rustc_parse::parser::ty [−][src]
Structs
Any ?
or ~const
modifiers that appear at the start of a bound.
Enums
Signals whether parsing a type should recover ->
.
Functions
Returns true
if IDENT t
can start a type – IDENT::a::b
, IDENT<u8, u8>
,
IDENT<<u8 as Trait>::AssocTy>
.