]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc-json/type/extern.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc-json / type / extern.rs
1 #![feature(extern_types)]
2
3 extern {
4 /// No inner information
5 pub type Foo;
6 }
7
8 // @is "$.index[*][?(@.docs=='No inner information')].name" '"Foo"'
9 // @is "$.index[*][?(@.docs=='No inner information')].kind" '"foreign_type"'
10 // @!has "$.index[*][?(@.docs=='No inner information')].inner"