Files
rust/tests/ui/symbol-names/basic.legacy.stderr

27 lines
527 B
Plaintext
Raw Normal View History

error: symbol-name(_ZN5basic4main17had874e876c8b1028E)
--> $DIR/basic.rs:8:1
2018-08-08 14:28:26 +02:00
|
2019-03-09 15:03:44 +03:00
LL | #[rustc_symbol_name]
2018-08-08 14:28:26 +02:00
| ^^^^^^^^^^^^^^^^^^^^
error: demangling(basic::main::had874e876c8b1028)
--> $DIR/basic.rs:8:1
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: demangling-alt(basic::main)
--> $DIR/basic.rs:8:1
|
LL | #[rustc_symbol_name]
| ^^^^^^^^^^^^^^^^^^^^
error: def-path(main)
--> $DIR/basic.rs:15:1
2018-08-08 14:28:26 +02:00
|
LL | #[rustc_def_path]
| ^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
error: aborting due to 4 previous errors
2018-08-08 14:28:26 +02:00