blob: eeeb1b5e34d8b5a7f421052cff526d9c68475e06 [file] [log] [blame]
error: symbol-name(_ZN5basic4main17h2138d548fb9814b6E)
--> $DIR/basic.rs:13:1
|
LL | #[rustc_symbol_name] //~ ERROR _ZN5basic4main
| ^^^^^^^^^^^^^^^^^^^^
error: item-path(main)
--> $DIR/basic.rs:14:1
|
LL | #[rustc_item_path] //~ ERROR item-path(main)
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors