currently, you can do `T -> u8` or `-> u8`, but you cannot do `u8 ->`, you must use `u8 -> T`. @rustbot label A-rustdoc-search
currently, you can do
T -> u8or-> u8, but you cannot dou8 ->, you must useu8 -> T.@rustbot label A-rustdoc-search