Skip to content

rustdoc: support for precise capturing #127228

Closed
@fmease

Description

@fmease

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:

Metadata

Metadata

Labels

C-bugCategory: This is a bug.F-precise_capturing`#![feature(precise_capturing)]`T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions