This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
02f5786a32
rust
/
src
/
test
/
ui
/
malformed
/
malformed-plugin-1.rs
5 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Check gated attributes before and after macro expansion This is important because attributes can affect expansion.
2015-03-06 17:10:20 -06:00
#![
feature(plugin)
]
Implement basic input validation for built-in attributes
2019-01-01 17:21:05 -06:00
#![
plugin
]
//~ ERROR attribute must be of the form
Pass the #[plugin(...)] meta item to the registrar
2015-01-02 20:26:00 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink