Skip to content

make format_args! only depend on libcore #14342

Description

@thchittenden

Currently format_args! relies on format stuff in libstd, all of which is present in libcore. In order to use format_args! in a #[no_std] context you have to reexport core as std which is pretty hacky.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-syntaxextArea: Syntax extensions

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions