This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
ae00b62ceb
rust
/
src
/
test
/
ui
/
derives
/
deriving-meta-empty-trait-list.rs
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Lint empty 'derive()' as unused attribute.
2019-06-22 13:19:34 +02:00
#![
deny(unused)
]
syntax: implement #[deriving] meta-attribute
2013-03-11 16:47:23 -04:00
Lint empty 'derive()' as unused attribute.
2019-06-22 13:19:34 +02:00
#[
derive()
]
//~ ERROR unused attribute
struct
_Bar
;
syntax: implement #[deriving] meta-attribute
2013-03-11 16:47:23 -04:00
pub
fn
main
(
)
{
}
Copy permalink