]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-20711.stderr
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / parser / issues / issue-20711.stderr
1 error: expected item after attributes
2   --> $DIR/issue-20711.rs:4:5
3    |
4 LL | impl Foo {
5    |          - while parsing this item list starting here
6 LL |     #[stable(feature = "rust1", since = "1.0.0")]
7    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 LL |
9 LL | }
10    | - the item list ends here
11
12 error: aborting due to previous error
13