Skip to content

Commit 357f5b4

Browse files
committed
yew-macro: update stderr
1 parent 22d9509 commit 357f5b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

yew-macro/tests/macro/html-block-fail.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ error[E0277]: `()` doesn't implement `std::fmt::Display`
3434
15 | <>{ for (0..3).map(|_| not_tree()) }</>
3535
| ^^^^^^ `()` cannot be formatted with the default formatter
3636
|
37-
::: $WORKSPACE/yew/src/utils.rs:76:8
37+
::: $WORKSPACE/yew/src/utils.rs:77:8
3838
|
39-
76 | T: Into<R>,
39+
77 | T: Into<R>,
4040
| ------- required by this bound in `yew::utils::into_node_iter`
4141
|
4242
= help: the trait `std::fmt::Display` is not implemented for `()`

yew-macro/tests/macro/html-iterable-fail.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ error[E0277]: `()` is not an iterator
7171
18 | { for () }
7272
| ^^ `()` is not an iterator
7373
|
74-
::: $WORKSPACE/yew/src/utils.rs:75:9
74+
::: $WORKSPACE/yew/src/utils.rs:76:9
7575
|
76-
75 | IT: IntoIterator<Item = T>,
76+
76 | IT: IntoIterator<Item = T>,
7777
| ---------------------- required by this bound in `yew::utils::into_node_iter`
7878
|
7979
= help: the trait `std::iter::Iterator` is not implemented for `()`

0 commit comments

Comments
 (0)