Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
error-codes
/
E0264.rs
blob: 855644796ed4535c55f7484630dc75a75eafe777 [
file
]
#![
feature
(
lang_items
)]
extern
"C"
{
#[
lang
=
"copy"
]
fn
copy
();
//~ ERROR E0264
}
fn
main
()
{}