Fix UI tests for nightly diagnostic change ()

This commit is contained in:
Chris Wong 2021-10-17 19:07:51 +11:00 committed by GitHub
parent 4374979a4f
commit 057a231715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ error: unexpected end of input
4 | / html! {
5 | | a href=
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -4,6 +4,6 @@ error: unexpected end of input
4 | / html! {
5 | | p.
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)

View file

@ -4,6 +4,6 @@ error: expected `;`, found end of macro
4 | / html! {
5 | | p
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)