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

15 lines
277 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN5basic4main17hd72940ef9669d526E)
2018-12-25 09:56:47 -06:00
--> $DIR/basic.rs:3:1
2018-08-08 07:28:26 -05:00
|
2019-03-09 06:03:44 -06:00
LL | #[rustc_symbol_name]
2018-08-08 07:28:26 -05:00
| ^^^^^^^^^^^^^^^^^^^^
error: def-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_def_path]
| ^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 2 previous errors