This uses `super let` to allow
let f = format_args!("Hello {}", world);
println!("{f}");
to work.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
This uses `super let` to allow
let f = format_args!("Hello {}", world);
println!("{f}");
to work.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||