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

27 lines
662 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN15impl1..foo..Foo3bar17hc487d6ec13fe9124E)
2018-12-25 15:56:47 +00:00
--> $DIR/impl1.rs:8:9
2018-08-08 12:28:26 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #[rustc_symbol_name]
2018-08-08 12:28:26 +00:00
| ^^^^^^^^^^^^^^^^^^^^
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
|
2019-03-09 12:03:44 +00:00
LL | #[rustc_item_path]
2018-08-08 12:28:26 +00:00
| ^^^^^^^^^^^^^^^^^^
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
|
2019-03-09 12:03:44 +00:00
LL | #[rustc_symbol_name]
2018-08-08 12:28:26 +00:00
| ^^^^^^^^^^^^^^^^^^^^
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
|
2019-03-09 12:03:44 +00:00
LL | #[rustc_item_path]
2018-08-08 12:28:26 +00:00
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 4 previous errors