2019-05-03 13:51:24 -05:00
|
|
|
error: symbol-name(_ZN5impl13foo3Foo3bar17he53b9bee7600ed8dE)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $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-05-29 15:58:55 -05:00
|
|
|
error: demangling(impl1::foo::Foo::bar::he53b9bee7600ed8d)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $DIR/impl1.rs:12:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: demangling-alt(impl1::foo::Foo::bar)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $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-05-03 13:51:24 -05:00
|
|
|
error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17h86c41f0462d901d4E)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $DIR/impl1.rs:30:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: demangling(impl1::bar::<impl impl1::foo::Foo>::baz::h86c41f0462d901d4)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $DIR/impl1.rs:30:9
|
2019-05-29 15:58:55 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: demangling-alt(impl1::bar::<impl impl1::foo::Foo>::baz)
|
2019-04-13 11:03:02 -05:00
|
|
|
--> $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
|
|
|
|