]> git.proxmox.com Git - rustc.git/blame - src/test/ui/symbol-names/impl1.legacy.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / symbol-names / impl1.legacy.stderr
CommitLineData
e74abb32 1error: symbol-name(_ZN5impl13foo3Foo3bar17h92cf46db76791039E)
dc9dc135
XL
2 --> $DIR/impl1.rs:13:9
3 |
4LL | #[rustc_symbol_name]
5 | ^^^^^^^^^^^^^^^^^^^^
6
e74abb32 7error: demangling(impl1::foo::Foo::bar::h92cf46db76791039)
dc9dc135
XL
8 --> $DIR/impl1.rs:13:9
9 |
10LL | #[rustc_symbol_name]
11 | ^^^^^^^^^^^^^^^^^^^^
12
13error: demangling-alt(impl1::foo::Foo::bar)
14 --> $DIR/impl1.rs:13:9
15 |
16LL | #[rustc_symbol_name]
17 | ^^^^^^^^^^^^^^^^^^^^
18
19error: def-path(foo::Foo::bar)
20 --> $DIR/impl1.rs:20:9
21 |
22LL | #[rustc_def_path]
23 | ^^^^^^^^^^^^^^^^^
24
e74abb32 25error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17h90c4a800b1aa0df0E)
dc9dc135
XL
26 --> $DIR/impl1.rs:31:9
27 |
28LL | #[rustc_symbol_name]
29 | ^^^^^^^^^^^^^^^^^^^^
30
e74abb32 31error: demangling(impl1::bar::<impl impl1::foo::Foo>::baz::h90c4a800b1aa0df0)
dc9dc135
XL
32 --> $DIR/impl1.rs:31:9
33 |
34LL | #[rustc_symbol_name]
35 | ^^^^^^^^^^^^^^^^^^^^
36
37error: demangling-alt(impl1::bar::<impl impl1::foo::Foo>::baz)
38 --> $DIR/impl1.rs:31:9
39 |
40LL | #[rustc_symbol_name]
41 | ^^^^^^^^^^^^^^^^^^^^
42
43error: def-path(bar::<impl foo::Foo>::baz)
44 --> $DIR/impl1.rs:38:9
45 |
46LL | #[rustc_def_path]
47 | ^^^^^^^^^^^^^^^^^
48
60c5eb7d 49error: symbol-name(_ZN209_$LT$$u5b$$RF$dyn$u20$impl1..Foo$u2b$Assoc$u20$$u3d$$u20$extern$u20$$u22$C$u22$$u20$fn$LP$$RF$u8$C$$u20$...$RP$$u2b$impl1..AutoTrait$u3b$$u20$_$u5d$$u20$as$u20$impl1..main..$u7b$$u7b$closure$u7d$$u7d$..Bar$GT$6method17h92c563325b7ff21aE)
e74abb32 50 --> $DIR/impl1.rs:61:13
dc9dc135
XL
51 |
52LL | #[rustc_symbol_name]
53 | ^^^^^^^^^^^^^^^^^^^^
54
60c5eb7d 55error: demangling(<[&dyn impl1::Foo+Assoc = extern "C" fn(&u8, ::.)+impl1::AutoTrait; _] as impl1::main::{{closure}}::Bar>::method::h92c563325b7ff21a)
e74abb32 56 --> $DIR/impl1.rs:61:13
dc9dc135
XL
57 |
58LL | #[rustc_symbol_name]
59 | ^^^^^^^^^^^^^^^^^^^^
60
e74abb32
XL
61error: demangling-alt(<[&dyn impl1::Foo+Assoc = extern "C" fn(&u8, ::.)+impl1::AutoTrait; _] as impl1::main::{{closure}}::Bar>::method)
62 --> $DIR/impl1.rs:61:13
dc9dc135
XL
63 |
64LL | #[rustc_symbol_name]
65 | ^^^^^^^^^^^^^^^^^^^^
66
e74abb32
XL
67error: def-path(<[&dyn Foo<Assoc = for<'r> extern "C" fn(&'r u8, ...)> + AutoTrait; _] as main::{{closure}}#1::Bar>::method)
68 --> $DIR/impl1.rs:68:13
dc9dc135
XL
69 |
70LL | #[rustc_def_path]
71 | ^^^^^^^^^^^^^^^^^
72
73error: aborting due to 12 previous errors
74