Skip to content

Commit

Permalink
Update trybuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Oct 19, 2023
1 parent 25c196b commit a1521ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions test_suite/tests/ui/fail_missing_derive.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ error[E0277]: the trait bound `PawType<u16>: TypeInfo` is not satisfied
| ^^^^^^^^^^^^^^^^^^ the trait `TypeInfo` is not implemented for `PawType<u16>`
|
= help: the following other types implement trait `TypeInfo`:
&T
&mut T
()
(A, B)
(A, B, C)
(A, B, C, D)
(A, B, C, D, E)
(A, B, C, D, E, F)
bool
char
i8
i16
i32
i64
i128
u8
and $N others
note: required for `Cat<bool, u8, u16>` to implement `TypeInfo`
--> tests/ui/fail_missing_derive.rs:8:10
Expand Down
16 changes: 8 additions & 8 deletions test_suite/tests/ui/fail_unions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ error[E0277]: the trait bound `Commonwealth: TypeInfo` is not satisfied
| ^^^^^^^^^^^^ the trait `TypeInfo` is not implemented for `Commonwealth`
|
= help: the following other types implement trait `TypeInfo`:
&T
&mut T
()
(A, B)
(A, B, C)
(A, B, C, D)
(A, B, C, D, E)
(A, B, C, D, E, F)
bool
char
i8
i16
i32
i64
i128
u8
and $N others
note: required by a bound in `assert_type_info`
--> tests/ui/fail_unions.rs:11:24
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: expected one of: `bounds`, `skip_type_params`, `capture_docs`, `crate`
error: expected one of: `bounds`, `skip_type_params`, `capture_docs`, `crate`, `replace_segment`
--> tests/ui/fail_with_invalid_scale_info_attrs.rs:6:14
|
6 | #[scale_info(foo)]
Expand Down

0 comments on commit a1521ba

Please sign in to comment.