]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-62546.stderr
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.git] / src / test / ui / parser / issue-62546.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/issue-62546.rs:3:52
3    |
4 LL | pub t(#
5    |      - unclosed delimiter
6 LL |
7 LL |
8    |                                                    ^
9
10 error: missing `fn` or `struct` for function or struct definition
11   --> $DIR/issue-62546.rs:1:4
12    |
13 LL | pub t(#
14    | ---^- help: if you meant to call a macro, try: `t!`
15
16 error: aborting due to 2 previous errors
17