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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
527 B
Plaintext
Raw Normal View History

2022-10-01 07:56:24 -05:00
error: symbol-name(_ZN5basic4main17he9f658e438f1cac0E)
--> $DIR/basic.rs:8: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
| ^^^^^^^^^^^^^^^^^^^^
2022-10-01 07:56:24 -05:00
error: demangling(basic::main::he9f658e438f1cac0)
--> $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 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