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

27 lines
527 B
Plaintext
Raw Normal View History

2019-10-25 13:49:55 -05:00
error: symbol-name(_ZN5basic4main17h81759b0695851718E)
--> $DIR/basic.rs:7: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
| ^^^^^^^^^^^^^^^^^^^^
2019-10-25 13:49:55 -05:00
error: demangling(basic::main::h81759b0695851718)
--> $DIR/basic.rs:7:1
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: demangling-alt(basic::main)
--> $DIR/basic.rs:7:1
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: def-path(main)
--> $DIR/basic.rs:14: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 4 previous errors
2018-08-08 07:28:26 -05:00