summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-1.rs
blob: c5a251d28fa5820f927bf8beae8ec9bebb5269af (plain)
1
2
3
4
#![feature(plugin)]
#![plugin] //~ ERROR malformed plugin attribute

fn main() {}