f28bbb2f95
Issue #236
5 lines
97 B
Rust
5 lines
97 B
Rust
// error-pattern:meh
|
|
use std;
|
|
|
|
fn main() { let str_var: str = "meh"; fail #fmt["%s", str_var]; }
|