summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-view-item.rs
blob: 60788d65b825e12584f1afee869060a1259484b0 (plain)
1
2
3
4
5
6
7
// error-pattern:expected item

#[foo = "bar"]
use std;

fn main() {
}