Skip to content

Commit d77ab4a

Browse files
committed
update tests for Rust 1.90
1 parent 4c26e8c commit d77ab4a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
error: missing field `path`
2-
--> tests/fixtures/invalid/invalid_settings.rs:7:25
3-
|
4-
7 | rust_type = {
2+
--> tests/fixtures/invalid/invalid_settings.rs:7:25
3+
|
4+
7 | rust_type = {
55
| _________________________^
6-
8 | | crate = "my-service",
7-
9 | | version = "1.0.0",
6+
8 | | crate = "my-service",
7+
9 | | version = "1.0.0",
88
10 | | // Missing required 'path' field
99
11 | | },
1010
| |_____________^

crates/integration-tests/tests/fixtures/invalid/missing_kinds.stderr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
error: missing field `kinds`
2-
--> tests/fixtures/invalid/missing_kinds.rs:3:1
3-
|
4-
3 | / impl_typed_uuid_kinds! {
5-
4 | | settings = {
6-
5 | | schemars08 = {
7-
6 | | attrs = [#[cfg(feature = "schemars08")]],
2+
--> tests/fixtures/invalid/missing_kinds.rs:3:1
3+
|
4+
3 | / impl_typed_uuid_kinds! {
5+
4 | | settings = {
6+
5 | | schemars08 = {
7+
6 | | attrs = [#[cfg(feature = "schemars08")]],
88
... |
99
15 | | }
1010
| |_^

0 commit comments

Comments
 (0)