This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
305930cffe
rust
/
src
/
test
/
ui
/
derives
/
deriving-meta-empty-trait-list.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement basic input validation for built-in attributes
2019-01-02 02:21:05 +03:00
// compile-pass
syntax: implement #[deriving] meta-attribute
2013-03-11 16:47:23 -04:00
Use `derive` rather than `deriving` in tests
2014-12-31 17:32:49 +13:00
#[
derive()
]
//~ WARNING empty trait list in `derive`
syntax: implement #[deriving] meta-attribute
2013-03-11 16:47:23 -04:00
struct
Bar
;
pub
fn
main
(
)
{
}
Copy permalink