Skip to content

Commit

Permalink
Fix tests on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Sep 15, 2023
1 parent a9777cb commit 2b095f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chassis/tests/failing/comp_no_return_type.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: Return type is required
--> $DIR/comp_no_return_type.rs:15:5
--> tests/failing/comp_no_return_type.rs:15:5
|
15 | fn resolve_dummy(&self);
| ^^^^^^^^^^^^^^^^^^^^^^^
| ^^
4 changes: 2 additions & 2 deletions chassis/tests/failing/comp_type_item.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: Associated type not allowed in component
--> $DIR/comp_type_item.rs:15:5
--> tests/failing/comp_type_item.rs:15:5
|
15 | type Item;
| ^^^^^^^^^^
| ^^^^

0 comments on commit 2b095f1

Please sign in to comment.