logoalt Hacker News

Machalast Wednesday at 12:48 PM0 repliesview on HN

It would need to be &u8, as without a reference, you won't have any captured lifetimes, and therefore it wouldn't serve as an example for the capturing lifetime feature. &u8 is also a mostly pointless type in reality.