Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
error-codes
/
E0093.rs
blob: a2f0b1ae4437992cc853fccf00c69558a752870f [
file
] [
log
] [
blame
]
#![
feature
(
intrinsics
)]
extern
"rust-intrinsic"
{
fn
foo
();
//~^ ERROR E0093
}
fn
main
()
{
}