]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issue-20711-2.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / issue-20711-2.stderr
CommitLineData
74b04a01
XL
1error: expected item after attributes
2 --> $DIR/issue-20711-2.rs:6:5
0bf4aa26 3 |
74b04a01
XL
4LL | impl Foo {
5 | - while parsing this item list starting here
6...
0bf4aa26 7LL | #[stable(feature = "rust1", since = "1.0.0")]
74b04a01
XL
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9LL |
532ac7d7 10LL | }
74b04a01 11 | - the item list ends here
0bf4aa26
XL
12
13error: aborting due to previous error
14