]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0045.rs
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
[rust.git] / src / test / ui / error-codes / E0045.rs
1 extern "Rust" { fn foo(x: u8, ...); }   //~ ERROR E0045
2
3 fn main() {
4 }