index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
malformed
/
malformed-plugin-2.rs
blob: 8ec7a71da29b3bd71dcd62d8c2c511dd95fbedd7 (
plain
)
1
2
3
4
#![feature(plugin)] #![plugin="bleh"] //~ ERROR malformed `plugin` attribute fn main() {}