6 lines
103 B
Rust
6 lines
103 B
Rust
// error-pattern:not enough arguments
|
|
|
|
use std;
|
|
|
|
fn main() { let s = #fmt["%s%s%s", "test", "test"]; }
|