2018-09-26 10:14:38 -05:00
|
|
|
error: symbol-name(_ZN5basic4main17h08bcaf310214ed52E)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/basic.rs:3:1
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5basic4main
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: item-path(main)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/basic.rs:4:1
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[rustc_item_path] //~ ERROR item-path(main)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|