Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc-js
/
foreign-type-path.rs
blob: 83400104ea77ea489f522d3e60470ecbd0a25bca [
file
] [
log
] [
blame
]
#![
feature
(
extern_types
)]
pub
mod
aaaaaaa
{
extern
{
pub
type
MyForeignType
;
}
impl
MyForeignType
{
pub
fn
my_method
()
{}
}
}