2018-11-14 11:41:39 -06:00
|
|
|
error[E0164]: expected tuple struct/variant, found method `<Path>::new`
|
|
|
|
--> $DIR/issue-55587.rs:4:9
|
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | let Path::new();
|
2018-11-14 11:41:39 -06:00
|
|
|
| ^^^^^^^^^^^ not a tuple variant or struct
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0164`.
|