summaryrefslogtreecommitdiffstats
path: root/src/test/ui/symbol-names/const-generics-structural-demangling.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:03 +0000
commit64d98f8ee037282c35007b64c2649055c56af1db (patch)
tree5492bcf97fce41ee1c0b1cc2add283f3e66cdab0 /src/test/ui/symbol-names/const-generics-structural-demangling.stderr
parentAdding debian version 1.67.1+dfsg1-1. (diff)
downloadrustc-64d98f8ee037282c35007b64c2649055c56af1db.tar.xz
rustc-64d98f8ee037282c35007b64c2649055c56af1db.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/ui/symbol-names/const-generics-structural-demangling.stderr')
-rw-r--r--src/test/ui/symbol-names/const-generics-structural-demangling.stderr161
1 files changed, 0 insertions, 161 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
deleted file mode 100644
index a4c997477..000000000
--- a/src/test/ui/symbol-names/const-generics-structural-demangling.stderr
+++ /dev/null
@@ -1,161 +0,0 @@
-error: symbol-name(_RMCsCRATE_HASH_1cINtB<REF>_7RefByteKRh7b_E)
- --> $DIR/const-generics-structural-demangling.rs:14:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::RefByte<{&123u8}>>)
- --> $DIR/const-generics-structural-demangling.rs:14:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::RefByte<{&123}>>)
- --> $DIR/const-generics-structural-demangling.rs:14:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs_CsCRATE_HASH_1cINtB<REF>_6RefZstKRAEE)
- --> $DIR/const-generics-structural-demangling.rs:24:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::RefZst<{&[]}>>)
- --> $DIR/const-generics-structural-demangling.rs:24:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::RefZst<{&[]}>>)
- --> $DIR/const-generics-structural-demangling.rs:24:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs0_CsCRATE_HASH_1cINtB<REF>_11Array3BytesKAh1_h2_h3_EE)
- --> $DIR/const-generics-structural-demangling.rs:32:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::Array3Bytes<{[1u8, 2u8, 3u8]}>>)
- --> $DIR/const-generics-structural-demangling.rs:32:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::Array3Bytes<{[1, 2, 3]}>>)
- --> $DIR/const-generics-structural-demangling.rs:32:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs1_CsCRATE_HASH_1cINtB<REF>_13TupleByteBoolKTh1_b0_EE)
- --> $DIR/const-generics-structural-demangling.rs:40:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::TupleByteBool<{(1u8, false)}>>)
- --> $DIR/const-generics-structural-demangling.rs:40:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::TupleByteBool<{(1, false)}>>)
- --> $DIR/const-generics-structural-demangling.rs:40:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs2_CsCRATE_HASH_1cINtB<REF>_11OptionUsizeKVNtINtNtCsCRATE_HASH_4core6option6OptionjE4NoneUE)
- --> $DIR/const-generics-structural-demangling.rs:50:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::OptionUsize<{core[HASH]::option::Option::<usize>::None}>>)
- --> $DIR/const-generics-structural-demangling.rs:50:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::OptionUsize<{core::option::Option::<usize>::None}>>)
- --> $DIR/const-generics-structural-demangling.rs:50:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs3_CsCRATE_HASH_1cINtB<REF>_11OptionUsizeKVNtINtNtCsCRATE_HASH_4core6option6OptionjE4SomeTj0_EE)
- --> $DIR/const-generics-structural-demangling.rs:58:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::OptionUsize<{core[HASH]::option::Option::<usize>::Some(0usize)}>>)
- --> $DIR/const-generics-structural-demangling.rs:58:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::OptionUsize<{core::option::Option::<usize>::Some(0)}>>)
- --> $DIR/const-generics-structural-demangling.rs:58:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs4_CsCRATE_HASH_1cINtB<REF>_4Foo_KVNtB<REF>_3FooS1sRe616263_2chc78_5sliceRAh1_h2_h3_EEE)
- --> $DIR/const-generics-structural-demangling.rs:72:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling(<c[HASH]::Foo_<{c[HASH]::Foo { s: "abc", ch: 'x', slice: &[1u8, 2u8, 3u8] }}>>)
- --> $DIR/const-generics-structural-demangling.rs:72:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: demangling-alt(<c::Foo_<{c::Foo { s: "abc", ch: 'x', slice: &[1, 2, 3] }}>>)
- --> $DIR/const-generics-structural-demangling.rs:72:1
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: symbol-name(_RMs9_CsCRATE_HASH_1cINtB<REF>_4Bar_KVNtB<REF>_3BarS1xh7b_s_1xt1000_EE)
- --> $DIR/const-generics-structural-demangling.rs:88:5
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-...
-LL | duplicate_field_name_test!(x);
- | ----------------------------- 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)
-
-error: demangling(<c[HASH]::Bar_<{c[HASH]::Bar { x: 123u8, x: 4096u16 }}>>)
- --> $DIR/const-generics-structural-demangling.rs:88:5
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-...
-LL | duplicate_field_name_test!(x);
- | ----------------------------- 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)
-
-error: demangling-alt(<c::Bar_<{c::Bar { x: 123, x: 4096 }}>>)
- --> $DIR/const-generics-structural-demangling.rs:88:5
- |
-LL | #[rustc_symbol_name]
- | ^^^^^^^^^^^^^^^^^^^^
-...
-LL | duplicate_field_name_test!(x);
- | ----------------------------- 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)
-
-error: aborting due to 24 previous errors
-