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

27 lines
836 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN5impl13foo3Foo3bar17hc487d6ec13fe9124E)
2018-12-25 15:56:47 +00:00
--> $DIR/impl1.rs:8:9
2018-08-08 12:28:26 +00:00
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5impl13foo3Foo3bar
| ^^^^^^^^^^^^^^^^^^^^
error: item-path(foo::Foo::bar)
2018-12-25 15:56:47 +00:00
--> $DIR/impl1.rs:9:9
2018-08-08 12:28:26 +00:00
|
LL | #[rustc_item_path] //~ ERROR item-path(foo::Foo::bar)
| ^^^^^^^^^^^^^^^^^^
error: symbol-name(_ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz17h38577281258e1527E)
2018-12-25 15:56:47 +00:00
--> $DIR/impl1.rs:18:9
2018-08-08 12:28:26 +00:00
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5impl13bar33_$LT$impl$u20$impl1..foo..Foo$GT$3baz
| ^^^^^^^^^^^^^^^^^^^^
error: item-path(bar::<impl foo::Foo>::baz)
2018-12-25 15:56:47 +00:00
--> $DIR/impl1.rs:19:9
2018-08-08 12:28:26 +00:00
|
LL | #[rustc_item_path] //~ ERROR item-path(bar::<impl foo::Foo>::baz)
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 4 previous errors