From 56f108c564b1351ac501d1936e17c0415d269884 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Sun, 16 May 2021 00:14:31 +1000 Subject: [PATCH] Update to rustc 1.54.0-nightly (6d395a1c2 2021-05-13) (#272) --- maud/tests/warnings/attribute-missing-value.stderr | 2 +- maud/tests/warnings/class-shorthand-missing-value.stderr | 2 +- maud/tests/warnings/element-missing-body.stderr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maud/tests/warnings/attribute-missing-value.stderr b/maud/tests/warnings/attribute-missing-value.stderr index ee350069..c5715000 100644 --- a/maud/tests/warnings/attribute-missing-value.stderr +++ b/maud/tests/warnings/attribute-missing-value.stderr @@ -6,4 +6,4 @@ error: unexpected end of input 6 | | }; | |______^ | - = note: this error originates in a macro (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) diff --git a/maud/tests/warnings/class-shorthand-missing-value.stderr b/maud/tests/warnings/class-shorthand-missing-value.stderr index 0b946d12..411b3028 100644 --- a/maud/tests/warnings/class-shorthand-missing-value.stderr +++ b/maud/tests/warnings/class-shorthand-missing-value.stderr @@ -6,4 +6,4 @@ error: unexpected end of input 6 | | }; | |______^ | - = note: this error originates in a macro (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) diff --git a/maud/tests/warnings/element-missing-body.stderr b/maud/tests/warnings/element-missing-body.stderr index 6d3ffb1b..8e9e813e 100644 --- a/maud/tests/warnings/element-missing-body.stderr +++ b/maud/tests/warnings/element-missing-body.stderr @@ -6,4 +6,4 @@ error: unexpected end of input 6 | | }; | |______^ | - = note: this error originates in a macro (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)