]> git.lizzy.rs Git - rust.git/blob - src/test/ui/symbol-names/basic.stderr
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
[rust.git] / src / test / ui / symbol-names / basic.stderr
1 error: symbol-name(_ZN5basic4main17hd72940ef9669d526E)
2   --> $DIR/basic.rs:3:1
3    |
4 LL | #[rustc_symbol_name]
5    | ^^^^^^^^^^^^^^^^^^^^
6
7 error: def-path(main)
8   --> $DIR/basic.rs:4:1
9    |
10 LL | #[rustc_def_path]
11    | ^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14