Skip to content

Commit 61eea81

Browse files
committed
Update trybuild message
1 parent 4a90b7b commit 61eea81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/compile-fail/swm/assign-multiple-output-functions.stderr

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ error[E0277]: the trait bound `lpc8xx_hal::pins::Pin<PIO0_0, Swm<((),), (((),),)
22
--> $DIR/assign-multiple-output-functions.rs:41:23
33
|
44
41 | u1_txd.assign(pio0_0, &mut swm_handle);
5-
| ^^^^^^ the trait `AssignFunction<U1_TXD, lpc8xx_hal::swm::Output>` is not implemented for `lpc8xx_hal::pins::Pin<PIO0_0, Swm<((),), (((),),)>>`
5+
| ------ ^^^^^^ the trait `AssignFunction<U1_TXD, lpc8xx_hal::swm::Output>` is not implemented for `lpc8xx_hal::pins::Pin<PIO0_0, Swm<((),), (((),),)>>`
6+
| |
7+
| required by a bound introduced by this call
68
|
79
= help: the following implementations were found:
810
<lpc8xx_hal::pins::Pin<T, Swm<(), ()>> as AssignFunction<F, lpc8xx_hal::swm::Analog>>

0 commit comments

Comments
 (0)