Sign in
rust
/
rust
/
b268dee060cac2af00a11058e79a980ccd6f2d9d
/
.
/
tests
/
rustdoc-json
/
type
/
extern.rs
blob: 7963690e4484a0b95ce5c6971e7ca3259e3735b5 [
file
]
#![
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\"