rust/src/test/ui/symbol-names/impl1.legacy.stderr

51 lines
1.3 KiB
Plaintext
Raw Normal View History

error: symbol-name(_ZN5impl13foo3Foo3bar17he53b9bee7600ed8dE)
--> $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
| ^^^^^^^^^^^^^^^^^^^^
error: demangling(impl1::foo::Foo::bar::he53b9bee7600ed8d)
--> $DIR/impl1.rs:12:9
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: demangling-alt(impl1::foo::Foo::bar)
--> $DIR/impl1.rs:12:9
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: def-path(foo::Foo::bar)
--> $DIR/impl1.rs:19:9
2018-08-08 07:28:26 -05:00
|
LL | #[rustc_def_path]
| ^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17h86c41f0462d901d4E)
--> $DIR/impl1.rs:30:9
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: demangling(impl1::bar::<impl impl1::foo::Foo>::baz::h86c41f0462d901d4)
--> $DIR/impl1.rs:30:9
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: demangling-alt(impl1::bar::<impl 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
| ^^^^^^^^^^^^^^^^^^^^
error: def-path(bar::<impl foo::Foo>::baz)
--> $DIR/impl1.rs:37:9
2018-08-08 07:28:26 -05:00
|
LL | #[rustc_def_path]
| ^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 8 previous errors
2018-08-08 07:28:26 -05:00