-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
481 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#[ allow( unused_imports ) ] | ||
use super::*; | ||
|
||
#[ derive( Debug, PartialEq, former::Former ) ] | ||
// #[ derive( Debug, PartialEq, former::Former ) ] #[ debug ] | ||
// #[ derive( Debug, PartialEq ) ] #[ debug ] | ||
pub struct Struct1 | ||
{ | ||
pub int_1 : i32, | ||
} | ||
|
||
// = begin of generated | ||
|
||
// = end of generated | ||
|
||
include!( "./only_test/basic.rs" ); |
14 changes: 14 additions & 0 deletions
14
module/core/former/tests/inc/former_tests/a_basic_manual.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#[ allow( unused_imports ) ] | ||
use super::*; | ||
|
||
#[ derive( Debug, PartialEq ) ] | ||
pub struct Struct1 | ||
{ | ||
pub int_1 : i32, | ||
} | ||
|
||
// = formed | ||
|
||
// | ||
|
||
include!( "./only_test/basic.rs" ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
module/core/former/tests/inc/former_tests/a_primitives_expanded.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.