2019-04-13 11:03:02 -05:00
|
|
|
error: symbol-name(_RNvMNtCs4fqI2P2rA04_5impl13fooNtB2_3Foo3bar)
|
|
|
|
--> $DIR/impl1.rs:12:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[rustc_symbol_name]
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2019-04-13 11:03:02 -05:00
|
|
|
error: demangling(<impl1[317d481089b8c8fe]::foo::Foo>::bar)
|
|
|
|
--> $DIR/impl1.rs:12:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2019-04-13 11:03:02 -05:00
|
|
|
error: demangling-alt(<impl1::foo::Foo>::bar)
|
|
|
|
--> $DIR/impl1.rs:12:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-12-19 04:31:35 -06:00
|
|
|
error: def-path(foo::Foo::bar)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $DIR/impl1.rs:19:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2018-12-19 04:31:35 -06:00
|
|
|
LL | #[rustc_def_path]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2019-04-13 11:03:02 -05:00
|
|
|
error: symbol-name(_RNvMNtCs4fqI2P2rA04_5impl13barNtNtB4_3foo3Foo3baz)
|
|
|
|
--> $DIR/impl1.rs:30:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2019-04-13 11:03:02 -05:00
|
|
|
error: demangling(<impl1[317d481089b8c8fe]::foo::Foo>::baz)
|
|
|
|
--> $DIR/impl1.rs:30:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2019-04-13 11:03:02 -05:00
|
|
|
error: demangling-alt(<impl1::foo::Foo>::baz)
|
|
|
|
--> $DIR/impl1.rs:30:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[rustc_symbol_name]
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-12-19 04:31:35 -06:00
|
|
|
error: def-path(bar::<impl foo::Foo>::baz)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $DIR/impl1.rs:37:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2018-12-19 04:31:35 -06:00
|
|
|
LL | #[rustc_def_path]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2019-05-29 15:58:55 -05:00
|
|
|
error: aborting due to 8 previous errors
|
2018-08-08 07:28:26 -05:00
|
|
|
|