about summary refs log tree commit diff
path: root/tests/ui/attributes/z-crate-attr/multiple.stderr
blob: b95c95dcd73931096d651148a38f1b89a8f304fd (plain)
1
2
3
4
5
6
7
8
error: expected `]`, found `,`
  --> <crate attribute>:1:16
   |
LL | #![feature(foo),feature(bar)]
   |                ^ expected `]`

error: aborting due to 1 previous error