Skip to content

Commit 3b2283c

Browse files
authored
Merge pull request #1429 from Sakapoi/former_fix
READY(former): fixed tests
2 parents 9d1ed58 + ed93baf commit 3b2283c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

module/core/former/tests/inc/former_tests/compiletime/field_attr_bad.stderr

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
error: Unknown field attribute #[defaultx(31)]
2-
--> tests/inc/former_tests/compiletime/field_attr_bad.rs:6:3
3-
|
4-
6 | #[ defaultx( 31 ) ]
5-
| ^^^^^^^^^^^^^^^^^^^
6-
71
error: cannot find attribute `defaultx` in this scope
82
--> tests/inc/former_tests/compiletime/field_attr_bad.rs:6:6
93
|

module/core/former/tests/inc/former_tests/compiletime/struct_attr_bad.stderr

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
error: Known structure attirbutes are : `storage_fields`, `perform`, `debug`.
2-
Unknown structure attribute : #[defaultx]
3-
--> tests/inc/former_tests/compiletime/struct_attr_bad.rs:4:1
4-
|
5-
4 | #[ defaultx ]
6-
| ^^^^^^^^^^^^^
7-
81
error: cannot find attribute `defaultx` in this scope
92
--> tests/inc/former_tests/compiletime/struct_attr_bad.rs:4:4
103
|

0 commit comments

Comments
 (0)