Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
unknown-language-item.rs
blob: ce206d20358a1cd9ecf026ffdda36dc24491249a [
file
] [
log
] [
blame
]
#![
allow
(
unused
)]
#![
feature
(
lang_items
)]
#[
lang
=
"foo"
]
fn
bar
()
->
!
{
//~^^ ERROR definition of an unknown lang item: `foo`
loop
{}
}
fn
main
()
{}