]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-55587.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-55587.stderr
1 error[E0164]: expected tuple struct or tuple variant, found associated function `Path::new`
2   --> $DIR/issue-55587.rs:4:9
3    |
4 LL |     let Path::new();
5    |         ^^^^^^^^^^^ `fn` calls are not allowed in patterns
6    |
7    = help: for more information, visit https://doc.rust-lang.org/book/ch18-00-patterns.html
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0164`.