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

27 lines
838 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN5impl13foo3Foo3bar17h99c48478d64a0eb0E)
2018-08-08 07:28:26 -05:00
--> $DIR/impl1.rs:18:9
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5impl13foo3Foo3bar
| ^^^^^^^^^^^^^^^^^^^^
error: item-path(foo::Foo::bar)
--> $DIR/impl1.rs:19:9
|
LL | #[rustc_item_path] //~ ERROR item-path(foo::Foo::bar)
| ^^^^^^^^^^^^^^^^^^
error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17hebf13830acf865d9E)
2018-08-08 07:28:26 -05:00
--> $DIR/impl1.rs:28:9
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz
| ^^^^^^^^^^^^^^^^^^^^
error: item-path(bar::<impl foo::Foo>::baz)
--> $DIR/impl1.rs:29:9
|
LL | #[rustc_item_path] //~ ERROR item-path(bar::<impl foo::Foo>::baz)
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 4 previous errors