]> git.proxmox.com Git - rustc.git/blame - vendor/structopt/tests/ui/external_subcommand_wrong_type.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / structopt / tests / ui / external_subcommand_wrong_type.stderr
CommitLineData
f20569fa
XL
1error[E0308]: mismatched types
2 --> $DIR/external_subcommand_wrong_type.rs:13:15
3 |
413 | Other(Vec<CString>)
5 | ^^^^^^^ expected struct `std::ffi::CString`, found struct `std::ffi::OsString`
6 |
7 = note: expected struct `std::vec::Vec<std::ffi::CString>`
8 found struct `std::vec::Vec<std::ffi::OsString>`