summary refs log tree commit diff
path: root/src/test/ui/symbol-names/basic.stderr
blob: ca789df9bd1873aaa550b5987235b70e70df2aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: symbol-name(_ZN5basic4main17h08bcaf310214ed52E)
  --> $DIR/basic.rs:3:1
   |
LL | #[rustc_symbol_name] //~ ERROR _ZN5basic4main
   | ^^^^^^^^^^^^^^^^^^^^

error: item-path(main)
  --> $DIR/basic.rs:4:1
   |
LL | #[rustc_item_path] //~ ERROR item-path(main)
   | ^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors