Skip to content

Commit 612dce5

Browse files
committed
update (fix) compile fail tests
1 parent 4f2fd0a commit 612dce5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/compile_fail/machine_module/inline_module.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: non-inline modules in proc macro input are unstable
1+
error[E0658]: file modules in proc macro input are unstable
22
--> tests/compile_fail/machine_module/inline_module.rs:8:5
33
|
44
8 | mod machine;

tests/compile_fail/state_machine/non_inline_attr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: non-inline modules in proc macro input are unstable
1+
error[E0658]: file modules in proc macro input are unstable
22
--> tests/compile_fail/state_machine/non_inline_attr.rs:4:1
33
|
44
4 | mod dummy_mod;

0 commit comments

Comments
 (0)