Skip to content

Tracking Issue for fmt::Arguments::from_str() #148905

@m-ou-se

Description

@m-ou-se

Feature gate: #![feature(fmt_arguments_from_str)]

This is a tracking issue for core::fmt::Arguments::from_str(), which converts a &'static str to a fmt::Arguments.

Public API

// core::fmt impl<'a> Arguments<'a> { pub const fn from_str(s: &'static str) -> Arguments<'a>; }

Steps / History

Unresolved Questions

  • Do we feel comfortable committing to always having a fmt::Arguments implementation that can represent a &str directly?

Metadata

Metadata

Assignees

Labels

A-fmtArea: `core::fmt`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.T-libs-apiRelevant to the library API 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