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

about std output #69013

Closed
toop opened this issue Feb 10, 2020 · 4 comments
Closed

about std output #69013

toop opened this issue Feb 10, 2020 · 4 comments

Comments

@toop
Copy link

toop commented Feb 10, 2020

I very like the Rust lang, We strongly hope to add syntax to template output:
fn main(){
let string = “test”;
println!("${string}");
// "test"
//or
println!("{string}");
// "test"
}

@memoryruins
Copy link
Contributor

A RFC for implicit named arguments in formatting macros was accepted in rust-lang/rfcs#2795
Tracking issue #67984

@nagisa nagisa closed this as completed Feb 10, 2020
@toop
Copy link
Author

toop commented Feb 11, 2020

image
@nagisa @memoryruins

@memoryruins
Copy link
Contributor

The feature is not implemented yet :) the best way to stay updated on its progress is to subscribe to the tracking issue.

@toop
Copy link
Author

toop commented Feb 11, 2020

OK! Thank U!!! Waiting for updates。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants