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

15 lines
333 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN5basic4main17h08bcaf310214ed52E)
2018-08-08 07:28:26 -05:00
--> $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