Sign in
rust
/
rust
/
a0f398e89df9767c93c81cd58d44fdba071258a8
/
.
/
tests
/
rustdoc-json
/
type
/
extern.rs
blob: 7963690e4484a0b95ce5c6971e7ca3259e3735b5 [
file
] [
log
] [
blame
]
#![
feature
(
extern_types
)]
extern
"C"
{
/// No inner information
pub
type
Foo
;
}
//@ is "$.index[?(@.docs=='No inner information')].name" '"Foo"'
//@ is "$.index[?(@.docs=='No inner information')].inner" \"extern_type\"