[AUTO_GENERATED] Migrate compiletest to use ui_test
-style //@
directives
This commit is contained in:
parent
cbf10affb0
commit
6e48b96692
1817 changed files with 4769 additions and 4769 deletions
|
@ -1,4 +1,4 @@
|
|||
// aux-build: foreign_trait.rs
|
||||
//@ aux-build: foreign_trait.rs
|
||||
extern crate foreign_trait;
|
||||
|
||||
/// ForeignTrait id hack
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags: --document-hidden-items
|
||||
//@ compile-flags: --document-hidden-items
|
||||
|
||||
pub struct Foo;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags: --document-private-items
|
||||
//@ compile-flags: --document-private-items
|
||||
|
||||
pub struct Foo;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags: --document-hidden-items
|
||||
//@ compile-flags: --document-hidden-items
|
||||
|
||||
// @has "$.index[*][?(@.name == 'HiddenPubStruct')]"
|
||||
// @has "$.index[*][?(@.inner.impl)]"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// aux-build: foreign_struct.rs
|
||||
//@ aux-build: foreign_struct.rs
|
||||
extern crate foreign_struct;
|
||||
|
||||
/// ForeignStruct id hack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue