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