We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c79a57 + bbf6872 commit a7b7d64Copy full SHA for a7b7d64
defmt/tests/ui/log-missing-format-impl.stderr
@@ -2,8 +2,13 @@ error[E0277]: the trait bound `Foo: Format` is not satisfied
2
--> tests/ui/log-missing-format-impl.rs:4:5
3
|
4
4 | defmt::info!("{}", Foo)
5
- | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Format` is not implemented for `Foo`
+ | ^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
6
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
+ | ^^^^^^^^^^
12
= help: the following other types implement trait `Format`:
13
&T
14
&mut T
0 commit comments