Skip to content

Commit a7b7d64

Browse files
authored
Merge pull request #1009 from knurling-rs/hoverbear/fix-ui-tests
Fix UI test snapshots for new stable
2 parents 1c79a57 + bbf6872 commit a7b7d64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

defmt/tests/ui/log-missing-format-impl.stderr

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ error[E0277]: the trait bound `Foo: Format` is not satisfied
22
--> tests/ui/log-missing-format-impl.rs:4:5
33
|
44
4 | defmt::info!("{}", Foo)
5-
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Format` is not implemented for `Foo`
5+
| ^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
66
|
7+
help: the trait `Format` is not implemented for `Foo`
8+
--> tests/ui/log-missing-format-impl.rs:1:1
9+
|
10+
1 | struct Foo;
11+
| ^^^^^^^^^^
712
= help: the following other types implement trait `Format`:
813
&T
914
&mut T

0 commit comments

Comments
 (0)