summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-json/type/extern.rs
blob: d287d5ebec5436b88e37e3bd3bbeed9cb7374c86 (plain)
1
2
3
4
5
6
7
8
9
10
#![feature(extern_types)]

extern {
    /// No inner information
    pub type Foo;
}

// @is "$.index[*][?(@.docs=='No inner information')].name" '"Foo"'
// @is "$.index[*][?(@.docs=='No inner information')].kind" '"foreign_type"'
// @!has "$.index[*][?(@.docs=='No inner information')].inner"