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