]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-55587.rs
Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-se
[rust.git] / tests / ui / issues / issue-55587.rs
1 use std::path::Path;
2
3 fn main() {
4     let Path::new(); //~ ERROR expected tuple struct or tuple variant
5 }