mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 04:23:46 +00:00
9 lines
280 B
Rust
9 lines
280 B
Rust
// ignore-tidy-linelength
|
|
|
|
fn foo() -> usize {
|
|
()
|
|
//~^ ERROR mismatched types
|
|
}
|
|
|
|
fn main() {}
|