We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
existential type
pub existential type ServeFut: Future<Output = ()>;
expanded with rustc --edition 2018 -Z unpretty=hir yields
rustc --edition 2018 -Z unpretty=hir
pub existential type ServeFut : : Future<Output = ()>;
we should not print that extra :
: