]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-55587.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-55587.stderr
1 error[E0164]: expected tuple struct/variant, found method `<Path>::new`
2   --> $DIR/issue-55587.rs:4:9
3    |
4 LL |     let Path::new(); //~ ERROR expected tuple struct/variant
5    |         ^^^^^^^^^^^ not a tuple variant or struct
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0164`.