]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-55587.rs
Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser
[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 }