diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-14 13:28:28 -0500 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-15 02:36:58 -0500 |
| commit | 90f4521cfdfc85fc04759cfba2f86a6acc096cb3 (patch) | |
| tree | f5fdf5b627cdb8e11004d2f5417c2006e75cb80a /src/test/ui/symbol-names | |
| parent | f005e9fe96a938947e8f8e3c85268a2b2ed686c1 (diff) | |
| download | rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.tar.gz rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.zip | |
Bless tests
Diffstat (limited to 'src/test/ui/symbol-names')
| -rw-r--r-- | src/test/ui/symbol-names/const-generics-structural-demangling.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/symbol-names/const-generics-structural-demangling.stderr b/src/test/ui/symbol-names/const-generics-structural-demangling.stderr index b3c5bd2b89d..45cbcecacab 100644 --- a/src/test/ui/symbol-names/const-generics-structural-demangling.stderr +++ b/src/test/ui/symbol-names/const-generics-structural-demangling.stderr @@ -131,7 +131,7 @@ LL | #[rustc_symbol_name] | ^^^^^^^^^^^^^^^^^^^^ ... LL | duplicate_field_name_test!(x); - | ------------------------------ in this macro invocation + | ----------------------------- in this macro invocation | = note: this error originates in the macro `duplicate_field_name_test` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -142,7 +142,7 @@ LL | #[rustc_symbol_name] | ^^^^^^^^^^^^^^^^^^^^ ... LL | duplicate_field_name_test!(x); - | ------------------------------ in this macro invocation + | ----------------------------- in this macro invocation | = note: this error originates in the macro `duplicate_field_name_test` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -153,7 +153,7 @@ LL | #[rustc_symbol_name] | ^^^^^^^^^^^^^^^^^^^^ ... LL | duplicate_field_name_test!(x); - | ------------------------------ in this macro invocation + | ----------------------------- in this macro invocation | = note: this error originates in the macro `duplicate_field_name_test` (in Nightly builds, run with -Z macro-backtrace for more info) |
