dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

Something to format lifetimes #250

Closed ModProg closed 1 year ago

ModProg commented 1 year ago

I think we could either have format_lifetime!("something"); or somehow support format_ident!("'something").

dtolnay commented 1 year ago

There is syn::Lifetime. I think I would prefer not to add anything more for this into quote.