Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support format argument capture #677

Open
jonas-schievink opened this issue Jun 7, 2022 · 1 comment
Open

Support format argument capture #677

jonas-schievink opened this issue Jun 7, 2022 · 1 comment
Labels
type: enhancement Enhancement or feature request

Comments

@jonas-schievink
Copy link
Contributor

Basically, defmt::info!("{x}"); should be equivalent to defmt::info!("{x}", x = x);.

The upstream feature is: rust-lang/rust#67984

@jonas-schievink jonas-schievink added the type: enhancement Enhancement or feature request label Jun 7, 2022
@Urhengulas
Copy link
Member

I like that proposal!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Enhancement or feature request
Projects
None yet
Development

No branches or pull requests

2 participants