We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Source:
#![feature(precise_capturing)] pub fn demo(_: &str) -> impl Sized + use<> {}
Current rendered output (both HIR-based and middle-based) below (issue: dropping the precise capturing arg):
pub fn demo(_: &str) -> impl Sized
Tracking:
precise_capturing