]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-20711-2.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-20711-2.stderr
1 error: expected item after attributes
2   --> $DIR/issue-20711-2.rs:6:5
3    |
4 LL | impl Foo {
5    |          - while parsing this item list starting here
6 ...
7 LL |     #[stable(feature = "rust1", since = "1.0.0")]
8    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9 LL |
10 LL | }
11    | - the item list ends here
12
13 error: aborting due to previous error
14