]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0045.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / error-codes / E0045.rs
1 extern "Rust" { fn foo(x: u8, ...); }   //~ ERROR E0045
2
3 fn main() {
4 }