mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
8 lines
192 B
Rust
8 lines
192 B
Rust
fn main() {
|
|
let _tmp = [
|
|
("C200B40A82", 3),
|
|
("C200B40A83", 4) //~ ERROR: expected function, found `(&'static str, {integer})` [E0618]
|
|
("C200B40A8537", 5),
|
|
];
|
|
}
|