]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-1655.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / parser / issues / issue-1655.stderr
1 error: expected one of `!` or `[`, found `vec`
2   --> $DIR/issue-1655.rs:2:6
3    |
4 LL |     #vec[doc(
5    |      ^^^ expected one of `!` or `[`
6
7 error: aborting due to previous error
8