Skip to content

Commit dc5d7fe

Browse files
authored
chore: Right align line numbers in ui-test (#75)
1 parent bc14443 commit dc5d7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

statig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures = { version = "0.3.26" }
2222
serde_json = "1.0.91"
2323
serde = { version = "1.0.152", features = ["derive"] }
2424
unit-enum = { git = "https://github.com/mdeloof/unit-enum.git" }
25-
trybuild = "1.0.90"
25+
trybuild = "1.0.108"
2626

2727
[features]
2828
default = ["macro"]

statig/tests/ui/custom_state_derive_error.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ error: Can not use `custom` with derives
77
error[E0599]: the method `state_machine` exists for struct `Blinky`, but its trait bounds were not satisfied
88
--> tests/ui/custom_state_derive_error.rs:51:47
99
|
10-
6 | pub struct Blinky {}
10+
6 | pub struct Blinky {}
1111
| ----------------- method `state_machine` not found for this struct because it doesn't satisfy `Blinky: statig::awaitable::IntoStateMachineExt`, `Blinky: statig::awaitable::IntoStateMachine`, `Blinky: statig::blocking::IntoStateMachineExt` or `Blinky: statig::blocking::IntoStateMachine`
1212
...
1313
51 | let mut state_machine = Blinky::default().state_machine();

0 commit comments

Comments
 (0)