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

2023-02-11 16:51:04 +00:00
error: symbol-name(_ZN5basic4main17h6fc0c8d27b1a289fE)
--> $DIR/basic.rs:8:1
2018-08-08 12:28:26 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #[rustc_symbol_name]
2018-08-08 12:28:26 +00:00
| ^^^^^^^^^^^^^^^^^^^^
2023-02-11 16:51:04 +00:00
error: demangling(basic::main::h6fc0c8d27b1a289f)
--> $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 12:28:26 +00:00
|
LL | #[rustc_def_path]
| ^^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: aborting due to 4 previous errors
2018-08-08 12:28:26 +00:00