make it compile again

This commit is contained in:
flip1995
2018-04-17 15:33:39 +02:00
parent 24a6284fcd
commit 121abd0599
20 changed files with 92 additions and 94 deletions

View File

@@ -477,7 +477,7 @@ pub enum NestedMetaItemKind {
/// E.g. `#[test]`, `#[derive(..)]`, `#[rustfmt::skip]` or `#[feature = "foo"]`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct MetaItem {
pub name: Path,
pub ident: Path,
pub node: MetaItemKind,
pub span: Span,
}