|
1 | 1 | error: symbol-name(_ZN5impl13foo3Foo3bar17h92cf46db76791039E)
|
2 |
| - --> $DIR/impl1.rs:14:9 |
| 2 | + --> $DIR/impl1.rs:16:9 |
3 | 3 | |
|
4 | 4 | LL | #[rustc_symbol_name]
|
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^
|
6 | 6 |
|
7 | 7 | error: demangling(impl1::foo::Foo::bar::h92cf46db76791039)
|
8 |
| - --> $DIR/impl1.rs:14:9 |
| 8 | + --> $DIR/impl1.rs:16:9 |
9 | 9 | |
|
10 | 10 | LL | #[rustc_symbol_name]
|
11 | 11 | | ^^^^^^^^^^^^^^^^^^^^
|
12 | 12 |
|
13 | 13 | error: demangling-alt(impl1::foo::Foo::bar)
|
14 |
| - --> $DIR/impl1.rs:14:9 |
| 14 | + --> $DIR/impl1.rs:16:9 |
15 | 15 | |
|
16 | 16 | LL | #[rustc_symbol_name]
|
17 | 17 | | ^^^^^^^^^^^^^^^^^^^^
|
18 | 18 |
|
19 | 19 | error: def-path(foo::Foo::bar)
|
20 |
| - --> $DIR/impl1.rs:21:9 |
| 20 | + --> $DIR/impl1.rs:23:9 |
21 | 21 | |
|
22 | 22 | LL | #[rustc_def_path]
|
23 | 23 | | ^^^^^^^^^^^^^^^^^
|
24 | 24 |
|
25 | 25 | error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17h90c4a800b1aa0df0E)
|
26 |
| - --> $DIR/impl1.rs:32:9 |
| 26 | + --> $DIR/impl1.rs:34:9 |
27 | 27 | |
|
28 | 28 | LL | #[rustc_symbol_name]
|
29 | 29 | | ^^^^^^^^^^^^^^^^^^^^
|
30 | 30 |
|
31 | 31 | error: demangling(impl1::bar::<impl impl1::foo::Foo>::baz::h90c4a800b1aa0df0)
|
32 |
| - --> $DIR/impl1.rs:32:9 |
| 32 | + --> $DIR/impl1.rs:34:9 |
33 | 33 | |
|
34 | 34 | LL | #[rustc_symbol_name]
|
35 | 35 | | ^^^^^^^^^^^^^^^^^^^^
|
36 | 36 |
|
37 | 37 | error: demangling-alt(impl1::bar::<impl impl1::foo::Foo>::baz)
|
38 |
| - --> $DIR/impl1.rs:32:9 |
| 38 | + --> $DIR/impl1.rs:34:9 |
39 | 39 | |
|
40 | 40 | LL | #[rustc_symbol_name]
|
41 | 41 | | ^^^^^^^^^^^^^^^^^^^^
|
42 | 42 |
|
43 | 43 | error: def-path(bar::<impl foo::Foo>::baz)
|
44 |
| - --> $DIR/impl1.rs:39:9 |
| 44 | + --> $DIR/impl1.rs:41:9 |
45 | 45 | |
|
46 | 46 | LL | #[rustc_def_path]
|
47 | 47 | | ^^^^^^^^^^^^^^^^^
|
48 | 48 |
|
49 |
| -error: 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$3$u5d$$u20$as$u20$impl1..main..$u7b$$u7b$closure$u7d$$u7d$..Bar$GT$6method17h62e540f14f879d56E) |
50 |
| - --> $DIR/impl1.rs:62:13 |
| 49 | +error: 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$3$u5d$$u20$as$u20$impl1..main..$u7b$$u7b$closure$u7d$$u7d$..Bar$GT$6method17SYMBOL_HASHE) |
| 50 | + --> $DIR/impl1.rs:64:13 |
51 | 51 | |
|
52 | 52 | LL | #[rustc_symbol_name]
|
53 | 53 | | ^^^^^^^^^^^^^^^^^^^^
|
54 | 54 |
|
55 |
| -error: demangling(<[&dyn impl1::Foo+Assoc = extern "C" fn(&u8, ::.)+impl1::AutoTrait; 3] as impl1::main::{{closure}}::Bar>::method::h62e540f14f879d56) |
56 |
| - --> $DIR/impl1.rs:62:13 |
| 55 | +error: demangling(<[&dyn impl1::Foo+Assoc = extern "C" fn(&u8, ::.)+impl1::AutoTrait; 3] as impl1::main::{{closure}}::Bar>::method::SYMBOL_HASH) |
| 56 | + --> $DIR/impl1.rs:64:13 |
57 | 57 | |
|
58 | 58 | LL | #[rustc_symbol_name]
|
59 | 59 | | ^^^^^^^^^^^^^^^^^^^^
|
60 | 60 |
|
61 | 61 | error: demangling-alt(<[&dyn impl1::Foo+Assoc = extern "C" fn(&u8, ::.)+impl1::AutoTrait; 3] as impl1::main::{{closure}}::Bar>::method)
|
62 |
| - --> $DIR/impl1.rs:62:13 |
| 62 | + --> $DIR/impl1.rs:64:13 |
63 | 63 | |
|
64 | 64 | LL | #[rustc_symbol_name]
|
65 | 65 | | ^^^^^^^^^^^^^^^^^^^^
|
66 | 66 |
|
67 | 67 | error: def-path(<[&dyn Foo<Assoc = for<'r> extern "C" fn(&'r u8, ...)> + AutoTrait; 3] as main::{{closure}}#1::Bar>::method)
|
68 |
| - --> $DIR/impl1.rs:69:13 |
| 68 | + --> $DIR/impl1.rs:71:13 |
69 | 69 | |
|
70 | 70 | LL | #[rustc_def_path]
|
71 | 71 | | ^^^^^^^^^^^^^^^^^
|
|
0 commit comments