]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issues/issue-20711-2.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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