blob: 514febe8c92de3a5b75a9a68d54a32969a5365fb [file] [log] [blame]
//@compile-flags: -C incremental=target/debug/test/incr
// see https://github.com/rust-lang/rust-clippy/issues/10969
fn main() {
let s = "Hello, world!";
println!("{}", s.to_string());
}