|
1 | 1 | error: symbol-name(_RNvMNtCs4fqI2P2rA04_5impl13fooNtB2_3Foo3bar) |
2 | | - --> $DIR/impl1.rs:12:9 |
| 2 | + --> $DIR/impl1.rs:13:9 |
3 | 3 | | |
4 | 4 | LL | #[rustc_symbol_name] |
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^ |
6 | 6 |
|
7 | 7 | error: demangling(<impl1[317d481089b8c8fe]::foo::Foo>::bar) |
8 | | - --> $DIR/impl1.rs:12:9 |
| 8 | + --> $DIR/impl1.rs:13: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:12:9 |
| 14 | + --> $DIR/impl1.rs:13: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:19:9 |
| 20 | + --> $DIR/impl1.rs:20:9 |
21 | 21 | | |
22 | 22 | LL | #[rustc_def_path] |
23 | 23 | | ^^^^^^^^^^^^^^^^^ |
24 | 24 |
|
25 | 25 | error: symbol-name(_RNvMNtCs4fqI2P2rA04_5impl13barNtNtB4_3foo3Foo3baz) |
26 | | - --> $DIR/impl1.rs:30:9 |
| 26 | + --> $DIR/impl1.rs:31:9 |
27 | 27 | | |
28 | 28 | LL | #[rustc_symbol_name] |
29 | 29 | | ^^^^^^^^^^^^^^^^^^^^ |
30 | 30 |
|
31 | 31 | error: demangling(<impl1[317d481089b8c8fe]::foo::Foo>::baz) |
32 | | - --> $DIR/impl1.rs:30:9 |
| 32 | + --> $DIR/impl1.rs:31:9 |
33 | 33 | | |
34 | 34 | LL | #[rustc_symbol_name] |
35 | 35 | | ^^^^^^^^^^^^^^^^^^^^ |
36 | 36 |
|
37 | 37 | error: demangling-alt(<impl1::foo::Foo>::baz) |
38 | | - --> $DIR/impl1.rs:30:9 |
| 38 | + --> $DIR/impl1.rs:31: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:37:9 |
| 44 | + --> $DIR/impl1.rs:38:9 |
45 | 45 | | |
46 | 46 | LL | #[rustc_def_path] |
47 | 47 | | ^^^^^^^^^^^^^^^^^ |
48 | 48 |
|
49 | | -error: aborting due to 8 previous errors |
| 49 | +error: symbol-name(_RNvXNCNvCs4fqI2P2rA04_5impl14mains_0ARDNtB6_3Foop5AssocFG0_KCRL0_hEuNtB6_9AutoTraitEL_j3_NtB2_3Bar6method) |
| 50 | + --> $DIR/impl1.rs:63:13 |
| 51 | + | |
| 52 | +LL | #[rustc_symbol_name] |
| 53 | + | ^^^^^^^^^^^^^^^^^^^^ |
| 54 | + |
| 55 | +error: demangling(<[&dyn impl1[317d481089b8c8fe]::Foo<Assoc = for<'a, 'b> extern "C" fn(&'b u8)> + impl1[317d481089b8c8fe]::AutoTrait; 3: usize] as impl1[317d481089b8c8fe]::main::{closure#1}::Bar>::method) |
| 56 | + --> $DIR/impl1.rs:63:13 |
| 57 | + | |
| 58 | +LL | #[rustc_symbol_name] |
| 59 | + | ^^^^^^^^^^^^^^^^^^^^ |
| 60 | + |
| 61 | +error: demangling-alt(<[&dyn impl1::Foo<Assoc = for<'a, 'b> extern "C" fn(&'b u8)> + impl1::AutoTrait; 3] as impl1::main::{closure#1}::Bar>::method) |
| 62 | + --> $DIR/impl1.rs:63:13 |
| 63 | + | |
| 64 | +LL | #[rustc_symbol_name] |
| 65 | + | ^^^^^^^^^^^^^^^^^^^^ |
| 66 | + |
| 67 | +error: def-path(<[&dyn Foo<Assoc = for<'r> extern "C" fn(&'r u8)> + AutoTrait; _] as main::{{closure}}#1::Bar>::method) |
| 68 | + --> $DIR/impl1.rs:70:13 |
| 69 | + | |
| 70 | +LL | #[rustc_def_path] |
| 71 | + | ^^^^^^^^^^^^^^^^^ |
| 72 | + |
| 73 | +error: aborting due to 12 previous errors |
50 | 74 |
|
0 commit comments