blob: d9100cf555b3c521304a743ed13e13e9dc05934b [file] [log] [blame]
use std::path::Path;
fn main() {
let Path::new(); //~ ERROR expected tuple struct or tuple variant
}