Fix UI tests for nightly diagnostic change (#304)
This commit is contained in:
parent
4374979a4f
commit
057a231715
3 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,6 @@ error: unexpected end of input
|
||||||
4 | / html! {
|
4 | / html! {
|
||||||
5 | | a href=
|
5 | | a href=
|
||||||
6 | | };
|
6 | | };
|
||||||
| |______^
|
| |_____^
|
||||||
|
|
|
|
||||||
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
|
@ -4,6 +4,6 @@ error: unexpected end of input
|
||||||
4 | / html! {
|
4 | / html! {
|
||||||
5 | | p.
|
5 | | p.
|
||||||
6 | | };
|
6 | | };
|
||||||
| |______^
|
| |_____^
|
||||||
|
|
|
|
||||||
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
|
@ -4,6 +4,6 @@ error: expected `;`, found end of macro
|
||||||
4 | / html! {
|
4 | / html! {
|
||||||
5 | | p
|
5 | | p
|
||||||
6 | | };
|
6 | | };
|
||||||
| |______^
|
| |_____^
|
||||||
|
|
|
|
||||||
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
Loading…
Add table
Reference in a new issue